Class TLSServerParametersConfig
- java.lang.Object
- 
- org.apache.cxf.configuration.jsse.TLSParameterBase
- 
- org.apache.cxf.configuration.jsse.TLSServerParameters
- 
- org.apache.cxf.configuration.jsse.TLSServerParametersConfig
 
 
 
- 
 public class TLSServerParametersConfig extends TLSServerParameters 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 SummaryNested Classes Modifier and Type Class Description static classTLSServerParametersConfig.TLSServerParametersTypeInternal
 - 
Field Summary- 
Fields inherited from class org.apache.cxf.configuration.jsse.TLSParameterBasecertAlias, certConstraints, cipherSuiteFilters, ciphersuites, DEFAULT_HTTPS_PROTOCOLS, keyManagers, protocol, provider, secureRandom, trustManagers
 
- 
 - 
Constructor SummaryConstructors Constructor Description TLSServerParametersConfig(org.apache.cxf.configuration.security.TLSServerParametersType params)
 - 
Method Summary- 
Methods inherited from class org.apache.cxf.configuration.jsse.TLSServerParametersgetClientAuthentication, getExcludeProtocols, getIncludeProtocols, getPreferredServerProtocols, isSniHostCheck, setClientAuthentication, setExcludeProtocols, setIncludeProtocols, setSniHostCheck
 - 
Methods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBasegetCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers
 
- 
 
- 
- 
- 
Constructor Detail- 
TLSServerParametersConfigpublic TLSServerParametersConfig(org.apache.cxf.configuration.security.TLSServerParametersType params) throws GeneralSecurityException, IOException- Throws:
- GeneralSecurityException
- IOException
 
 
- 
 
-