Apache CXF API

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

Packages that use FiltersType
org.apache.cxf.configuration.security   
 

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

Fields in org.apache.cxf.configuration.security declared as FiltersType
protected  FiltersType SSLClientPolicy.ciphersuiteFilters
           
protected  FiltersType SSLServerPolicy.ciphersuiteFilters
           
 

Methods in org.apache.cxf.configuration.security that return FiltersType
 FiltersType ObjectFactory.createFiltersType()
          Create an instance of FiltersType
 FiltersType SSLClientPolicy.getCiphersuiteFilters()
          Gets the value of the ciphersuiteFilters property.
 FiltersType SSLServerPolicy.getCiphersuiteFilters()
          Gets the value of the ciphersuiteFilters property.
 

Methods in org.apache.cxf.configuration.security with parameters of type FiltersType
 void SSLClientPolicy.setCiphersuiteFilters(FiltersType value)
          Sets the value of the ciphersuiteFilters property.
 void SSLServerPolicy.setCiphersuiteFilters(FiltersType value)
          Sets the value of the ciphersuiteFilters property.
 


Apache CXF API

-