Uses of Class
org.apache.cxf.configuration.security.FiltersType
Packages that use FiltersType
-
Uses of FiltersType in org.apache.cxf.configuration.jsse
Fields in org.apache.cxf.configuration.jsse declared as FiltersTypeMethods in org.apache.cxf.configuration.jsse that return FiltersTypeModifier and TypeMethodDescriptionTLSParameterBase.getCipherSuitesFilter()Returns the cipher suites filterMethods in org.apache.cxf.configuration.jsse with parameters of type FiltersTypeModifier and TypeMethodDescriptionstatic String[]SSLUtils.getCiphersuitesToInclude(List<String> cipherSuitesList, FiltersType filters, String[] defaultCipherSuites, String[] supportedCipherSuites, Logger log) static String[]SSLUtils.getFilteredCiphersuites(FiltersType filters, String[] supportedCipherSuites, Logger log, boolean exclude) final voidTLSParameterBase.setCipherSuitesFilter(FiltersType filters) This parameter sets the filter to include and/or exclude the cipher suites to use from the set list or system defaults. -
Uses of FiltersType in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as FiltersTypeModifier and TypeFieldDescriptionprotected FiltersTypeTLSClientParametersType.cipherSuitesFilterThis element contains the filters of the supported CipherSuites that will be supported and used if available.protected FiltersTypeTLSServerParametersType.cipherSuitesFilterThis element contains the filters of the supported CipherSuites that will be supported and used if available.Methods in org.apache.cxf.configuration.security that return FiltersTypeModifier and TypeMethodDescriptionObjectFactory.createFiltersType()Create an instance ofFiltersTypeTLSClientParametersType.getCipherSuitesFilter()Gets the value of the cipherSuitesFilter property.TLSServerParametersType.getCipherSuitesFilter()Gets the value of the cipherSuitesFilter property.Methods in org.apache.cxf.configuration.security with parameters of type FiltersTypeModifier and TypeMethodDescriptionvoidTLSClientParametersType.setCipherSuitesFilter(FiltersType value) Sets the value of the cipherSuitesFilter property.voidTLSServerParametersType.setCipherSuitesFilter(FiltersType value) Sets the value of the cipherSuitesFilter property.