|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |