Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.FiltersType

Packages that use FiltersType
org.apache.cxf.configuration.jsse   
org.apache.cxf.configuration.security   
org.apache.cxf.transport.https   
org.apache.cxf.transport.https_jetty   
 

Uses of FiltersType in org.apache.cxf.configuration.jsse
 

Methods in org.apache.cxf.configuration.jsse that return FiltersType
 FiltersType TLSParameterBase.getCipherSuitesFilter()
          Returns the cipher suites filter
 

Methods in org.apache.cxf.configuration.jsse with parameters of type FiltersType
 void TLSParameterBase.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
protected  FiltersType TLSServerParametersType.cipherSuitesFilter
           
protected  FiltersType TLSClientParametersType.cipherSuitesFilter
           
 

Methods in org.apache.cxf.configuration.security that return FiltersType
 FiltersType ObjectFactory.createFiltersType()
          Create an instance of FiltersType
 FiltersType TLSServerParametersType.getCipherSuitesFilter()
          Gets the value of the cipherSuitesFilter property.
 FiltersType TLSClientParametersType.getCipherSuitesFilter()
          Gets the value of the cipherSuitesFilter property.
 

Methods in org.apache.cxf.configuration.security with parameters of type FiltersType
 void TLSServerParametersType.setCipherSuitesFilter(FiltersType value)
          Sets the value of the cipherSuitesFilter property.
 void TLSClientParametersType.setCipherSuitesFilter(FiltersType value)
          Sets the value of the cipherSuitesFilter property.
 

Uses of FiltersType in org.apache.cxf.transport.https
 

Methods in org.apache.cxf.transport.https with parameters of type FiltersType
static String[] SSLUtils.getCiphersuites(List<String> cipherSuitesList, String[] supportedCipherSuites, FiltersType filters, Logger log, boolean exclude)
           
 

Uses of FiltersType in org.apache.cxf.transport.https_jetty
 

Fields in org.apache.cxf.transport.https_jetty declared as FiltersType
protected  FiltersType CXFJettySslSocketConnector.cipherSuitesFilter
           
 

Methods in org.apache.cxf.transport.https_jetty with parameters of type FiltersType
protected  void CXFJettySslSocketConnector.setCipherSuitesFilter(FiltersType filter)
          Set the CipherSuites Filter
 


Apache CXF API

Apache CXF