Uses of Class
org.apache.cxf.configuration.security.FiltersType
-
Packages that use FiltersType Package Description org.apache.cxf.configuration.jsse org.apache.cxf.configuration.security -
-
Uses of FiltersType in org.apache.cxf.configuration.jsse
Fields in org.apache.cxf.configuration.jsse declared as FiltersType Modifier and Type Field Description protected FiltersTypeTLSParameterBase. cipherSuiteFiltersMethods in org.apache.cxf.configuration.jsse that return FiltersType Modifier and Type Method Description FiltersTypeTLSParameterBase. getCipherSuitesFilter()Returns the cipher suites filterMethods in org.apache.cxf.configuration.jsse with parameters of type FiltersType Modifier and Type Method Description static 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)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 FiltersType Modifier and Type Field Description protected 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 FiltersType Modifier and Type Method Description FiltersTypeObjectFactory. createFiltersType()Create an instance ofFiltersTypeFiltersTypeTLSClientParametersType. getCipherSuitesFilter()Gets the value of the cipherSuitesFilter property.FiltersTypeTLSServerParametersType. getCipherSuitesFilter()Gets the value of the cipherSuitesFilter property.Methods in org.apache.cxf.configuration.security with parameters of type FiltersType Modifier and Type Method Description voidTLSClientParametersType. setCipherSuitesFilter(FiltersType value)Sets the value of the cipherSuitesFilter property.voidTLSServerParametersType. setCipherSuitesFilter(FiltersType value)Sets the value of the cipherSuitesFilter property.
-