public class TLSUtil
extends java.lang.Object
Constructor | Description |
---|---|
TLSUtil() |
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.
|
public static boolean isTLSRequestAttribute(java.lang.String name)
name
- The attribute name to testtrue
if the attribute is used to pass TLS configuration
information, otherwise false
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.