Class TLSServerParametersConfig.TLSServerParametersTypeInternal
java.lang.Object
org.apache.cxf.configuration.security.TLSServerParametersType
org.apache.cxf.configuration.jsse.TLSServerParametersConfig.TLSServerParametersTypeInternal
- Enclosing class:
- TLSServerParametersConfig
public static class TLSServerParametersConfig.TLSServerParametersTypeInternal
extends org.apache.cxf.configuration.security.TLSServerParametersType
- 
Field SummaryFields inherited from class org.apache.cxf.configuration.security.TLSServerParametersTypecertAlias, certConstraints, cipherSuites, cipherSuitesFilter, clientAuthentication, enableRevocation, excludeProtocols, includeProtocols, jsseProvider, keyManagers, secureRandomParameters, secureSocketProtocol, sniHostCheck, trustManagers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanvoidsetKeyManagersRef(KeyManager[] keyManagersRef) voidsetTrustManagersRef(TrustManager[] trustManagersRef) Methods inherited from class org.apache.cxf.configuration.security.TLSServerParametersTypegetCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getClientAuthentication, getExcludeProtocols, getIncludeProtocols, getJsseProvider, getKeyManagers, getSecureRandomParameters, getSecureSocketProtocol, getTrustManagers, isEnableRevocation, isSetCertAlias, isSetCertConstraints, isSetCipherSuites, isSetCipherSuitesFilter, isSetClientAuthentication, isSetEnableRevocation, isSetExcludeProtocols, isSetIncludeProtocols, isSetJsseProvider, isSetKeyManagers, isSetSecureRandomParameters, isSetSecureSocketProtocol, isSetSniHostCheck, isSetTrustManagers, isSniHostCheck, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setClientAuthentication, setEnableRevocation, setExcludeProtocols, setIncludeProtocols, setJsseProvider, setKeyManagers, setSecureRandomParameters, setSecureSocketProtocol, setSniHostCheck, setTrustManagers, unsetEnableRevocation, unsetSniHostCheck
- 
Constructor Details- 
TLSServerParametersTypeInternalpublic TLSServerParametersTypeInternal()
 
- 
- 
Method Details- 
getKeyManagersRef
- 
setKeyManagersRef
- 
isSetKeyManagersRefpublic boolean isSetKeyManagersRef()
- 
getTrustManagersRef
- 
setTrustManagersRef
- 
isSetTrustManagersRefpublic boolean isSetTrustManagersRef()
 
-