Package org.apache.catalina.util
Class TLSUtil
- java.lang.Object
- 
- org.apache.catalina.util.TLSUtil
 
- 
 public class TLSUtil extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description TLSUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisTLSRequestAttribute(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.
 
- 
- 
- 
Method Detail- 
isTLSRequestAttributepublic 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:
- trueif the attribute is used to pass TLS configuration information, otherwise- false
 
 
- 
 
-