Package org.apereo.cas.authentication
Class CasSSLContext.SystemCasSSLContext
java.lang.Object
org.apereo.cas.authentication.CasSSLContext.SystemCasSSLContext
- All Implemented Interfaces:
CasSSLContext
- Enclosing interface:
CasSSLContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apereo.cas.authentication.CasSSLContext
CasSSLContext.DisabledCasSslContext, CasSSLContext.SystemCasSSLContext -
Field Summary
Fields inherited from interface org.apereo.cas.authentication.CasSSLContext
BEAN_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets hostname verifier.Gets ssl context.Gets trust manager factory.Get trust managers.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.authentication.CasSSLContext
getKeyManagerFactory, getKeyManagers
-
Constructor Details
-
SystemCasSSLContext
public SystemCasSSLContext()
-
-
Method Details
-
getSslContext
Description copied from interface:CasSSLContextGets ssl context.- Specified by:
getSslContextin interfaceCasSSLContext- Returns:
- the ssl context
-
getTrustManagers
Description copied from interface:CasSSLContextGet trust managers.- Specified by:
getTrustManagersin interfaceCasSSLContext- Returns:
- the trust manager [ ]
-
getHostnameVerifier
Description copied from interface:CasSSLContextGets hostname verifier.- Specified by:
getHostnameVerifierin interfaceCasSSLContext- Returns:
- the hostname verifier
-
getTrustManagerFactory
Description copied from interface:CasSSLContextGets trust manager factory.- Specified by:
getTrustManagerFactoryin interfaceCasSSLContext- Returns:
- the trust manager factory
-