Class TLSServerParametersConfig
java.lang.Object
org.apache.cxf.configuration.jsse.TLSParameterBase
org.apache.cxf.configuration.jsse.TLSServerParameters
org.apache.cxf.configuration.jsse.TLSServerParametersConfig
This class is used by Spring Config to convert the TLSServerParameters
JAXB generated type into programmatic TLS Server Parameters for the
configuration of the http-destination.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase
certAlias, certConstraints, cipherSuiteFilters, ciphersuites, keyManagers, protocol, provider, secureRandom, trustManagers
-
Constructor Summary
ConstructorDescriptionTLSServerParametersConfig
(org.apache.cxf.configuration.security.TLSServerParametersType params) -
Method Summary
Methods inherited from class org.apache.cxf.configuration.jsse.TLSServerParameters
getClientAuthentication, getExcludeProtocols, getIncludeProtocols, isSniHostCheck, setClientAuthentication, setExcludeProtocols, setIncludeProtocols, setSniHostCheck
Methods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers
-
Constructor Details
-
TLSServerParametersConfig
public TLSServerParametersConfig(org.apache.cxf.configuration.security.TLSServerParametersType params) throws GeneralSecurityException, IOException - Throws:
GeneralSecurityException
IOException
-