Class TLSUtil
java.lang.Object
org.apache.catalina.util.TLSUtil
Utility methods for TLS-related operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisTLSRequestAttribute(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()Constructs a new TLSUtil. This utility class should not be instantiated.
-
-
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:
trueif the attribute is used to pass TLS configuration information, otherwisefalse
-