Package org.apache.jasper.security
Class SecurityUtil
- java.lang.Object
-
- org.apache.jasper.security.SecurityUtil
-
public final class SecurityUtil extends java.lang.Object
Util class for Security related operations.
-
-
Constructor Summary
Constructors Constructor Description SecurityUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isPackageProtectionEnabled()
Return theSecurityManager
only if Security is enabled AND package protection mechanism is enabled.
-