Class SSLClientCertProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      SSLClientCertProvider​(javax.servlet.http.HttpServletRequest request)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.cert.X509Certificate[] getClientCertificateChain()
      Retrieves the SSL client certificate chain.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSLClientCertProvider

        public SSLClientCertProvider​(javax.servlet.http.HttpServletRequest request)