Package org.apache.catalina.util
Class TLSUtil
java.lang.Object
org.apache.catalina.util.TLSUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isTLSRequestAttribute
(String name) Determines if the named request attribute is used to pass information about the TLS configuration of the connection to the application.
-
Constructor Details
-
TLSUtil
public TLSUtil()
-
-
Method Details
-
isTLSRequestAttribute
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, otherwisefalse
-