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 Summary- 
Fields inherited from class org.apache.cxf.configuration.security.TLSServerParametersTypecertAlias, certConstraints, cipherSuites, cipherSuitesFilter, clientAuthentication, enableRevocation, excludeProtocols, includeProtocols, jsseProvider, keyManagers, secureRandomParameters, secureSocketProtocol, sniHostCheck, trustManagers
 
- 
 - 
Constructor SummaryConstructors Constructor Description TLSServerParametersTypeInternal()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyManager[]getKeyManagersRef()TrustManager[]getTrustManagersRef()booleanisSetKeyManagersRef()booleanisSetTrustManagersRef()voidsetKeyManagersRef(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
 
- 
 
- 
- 
- 
Method Detail- 
getKeyManagersRefpublic KeyManager[] getKeyManagersRef() 
 - 
setKeyManagersRefpublic void setKeyManagersRef(KeyManager[] keyManagersRef) 
 - 
isSetKeyManagersRefpublic boolean isSetKeyManagersRef() 
 - 
getTrustManagersRefpublic TrustManager[] getTrustManagersRef() 
 - 
setTrustManagersRefpublic void setTrustManagersRef(TrustManager[] trustManagersRef) 
 - 
isSetTrustManagersRefpublic boolean isSetTrustManagersRef() 
 
- 
 
-