Class TLSUtil


  • public class TLSUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TLSUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isTLSRequestAttribute​(java.lang.String name)
      Determines if the named request attribute is used to pass information about the TLS configuration of the connection to the application.
      • Methods inherited from class java.lang.Object

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

      • TLSUtil

        public TLSUtil()
    • Method Detail

      • isTLSRequestAttribute

        public static boolean isTLSRequestAttribute​(java.lang.String name)
        Determines if the named request attribute is used to pass information about the TLS configuration of the connection to the application. Both the standard request attributes defined by the Servlet specification and Tomcat specific attributes are supported.
        Parameters:
        name - The attribute name to test
        Returns:
        true if the attribute is used to pass TLS configuration information, otherwise false