Class SSLContextServerParameters
java.lang.Object
org.apache.cxf.configuration.jsse.TLSParameterBase
org.apache.cxf.configuration.jsse.TLSServerParameters
org.apache.cxf.configuration.jsse.SSLContextServerParameters
Allows to supply to the HTTP Server the complete SSLContext already preconfigured.
-
Field Summary
Fields inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase
certAlias, certConstraints, cipherSuiteFilters, ciphersuites, DEFAULT_HTTPS_PROTOCOLS, keyManagers, protocol, provider, secureRandom, trustManagers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the key managers for the endpoint.Returns the TrustManagers associated with the endpoint.Methods inherited from class org.apache.cxf.configuration.jsse.TLSServerParameters
getClientAuthentication, getExcludeProtocols, getIncludeProtocols, getPreferredServerProtocols, isSniHostCheck, setClientAuthentication, setExcludeProtocols, setIncludeProtocols, setSniHostCheck
Methods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getSecureRandom, getSecureSocketProtocol, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers
-
Constructor Details
-
SSLContextServerParameters
-
-
Method Details
-
getSslContext
-
getTrustManagers
Description copied from class:TLSParameterBase
Returns the TrustManagers associated with the endpoint.- Overrides:
getTrustManagers
in classTLSParameterBase
-
getKeyManagers
Description copied from class:TLSParameterBase
Returns the key managers for the endpoint.- Overrides:
getKeyManagers
in classTLSParameterBase
-