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)
Filter the specified message string for characters that are sensitive
in HTML.
|
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.public static java.lang.String filter(java.lang.String message)
message
- The message string to be filteredCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.