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   
 

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 TLSClientParametersType.cipherSuitesFilter
           
protected  FiltersType TLSServerParametersType.cipherSuitesFilter
           
 

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

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


Apache CXF API

Apache CXF