Package org.apereo.cas.authentication
Class DefaultCasSSLContext
- java.lang.Object
-
- org.apereo.cas.authentication.DefaultCasSSLContext
-
- All Implemented Interfaces:
CasSSLContext
public class DefaultCasSSLContext extends java.lang.Object implements CasSSLContext
This isDefaultCasSSLContext.- Since:
- 5.2.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apereo.cas.authentication.CasSSLContext
CasSSLContext.DisabledCasSslContext
-
-
Field Summary
-
Fields inherited from interface org.apereo.cas.authentication.CasSSLContext
BEAN_NAME
-
-
Constructor Summary
Constructors Constructor Description DefaultCasSSLContext(org.springframework.core.io.Resource trustStoreFile, java.lang.String trustStorePassword, java.lang.String trustStoreType, org.apereo.cas.configuration.model.core.authentication.HttpClientProperties httpClientProperties, javax.net.ssl.HostnameVerifier hostnameVerifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.net.ssl.TrustManagerFactorygetTrustManagerFactory()Gets trust manager factory.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apereo.cas.authentication.CasSSLContext
getHostnameVerifier, getKeyManagerFactory, getKeyManagers, getSslContext, getTrustManagers
-
-
-
-
Constructor Detail
-
DefaultCasSSLContext
public DefaultCasSSLContext(org.springframework.core.io.Resource trustStoreFile, java.lang.String trustStorePassword, java.lang.String trustStoreType, org.apereo.cas.configuration.model.core.authentication.HttpClientProperties httpClientProperties, javax.net.ssl.HostnameVerifier hostnameVerifier) throws java.lang.Exception- Throws:
java.lang.Exception
-
-
Method Detail
-
getTrustManagerFactory
public javax.net.ssl.TrustManagerFactory getTrustManagerFactory()
Description copied from interface:CasSSLContextGets trust manager factory.- Specified by:
getTrustManagerFactoryin interfaceCasSSLContext- Returns:
- the trust manager factory
-
-