Class DefaultCasSSLContext

    • 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: CasSSLContext
        Gets trust manager factory.
        Specified by:
        getTrustManagerFactory in interface CasSSLContext
        Returns:
        the trust manager factory