Uses of Class
org.apache.cxf.configuration.security.TLSServerParametersType
-
Packages that use TLSServerParametersType Package Description org.apache.cxf.configuration.jsse org.apache.cxf.configuration.security -
-
Uses of TLSServerParametersType in org.apache.cxf.configuration.jsse
Subclasses of TLSServerParametersType in org.apache.cxf.configuration.jsse Modifier and Type Class Description static classTLSServerParametersConfig.TLSServerParametersTypeInternalConstructors in org.apache.cxf.configuration.jsse with parameters of type TLSServerParametersType Constructor Description TLSServerParametersConfig(TLSServerParametersType params) -
Uses of TLSServerParametersType in org.apache.cxf.configuration.security
Methods in org.apache.cxf.configuration.security that return TLSServerParametersType Modifier and Type Method Description TLSServerParametersTypeObjectFactory. createTLSServerParametersType()Create an instance ofTLSServerParametersType
-