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, namedGroups, 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, setSniHostCheckMethods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getNamedGroups, getSecureRandom, getSecureSocketProtocol, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setNamedGroups, setSecureRandom, setSecureSocketProtocol, setTrustManagers
-
Constructor Details
-
SSLContextServerParameters
-
-
Method Details
-
getSslContext
-
getTrustManagers
Description copied from class:TLSParameterBaseReturns the TrustManagers associated with the endpoint.- Overrides:
getTrustManagersin classTLSParameterBase
-
getKeyManagers
Description copied from class:TLSParameterBaseReturns the key managers for the endpoint.- Overrides:
getKeyManagersin classTLSParameterBase
-