public final class SecurityUtil
extends java.lang.Object
Constructor and Description |
---|
SecurityUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
filter(java.lang.String message)
Deprecated.
This method will be removed in Tomcat 9
|
static boolean |
isPackageProtectionEnabled()
Return the
SecurityManager only if Security is enabled AND
package protection mechanism is enabled. |
public static boolean isPackageProtectionEnabled()
SecurityManager
only if Security is enabled AND
package protection mechanism is enabled.true
if package protection is enabled@Deprecated public static java.lang.String filter(java.lang.String message)
message
- The message string to be filteredCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.