org.apache.sling.scripting.jsp.jasper.security
Class SecurityUtil
java.lang.Object
org.apache.sling.scripting.jsp.jasper.security.SecurityUtil
public final class SecurityUtil
- extends Object
Util class for Security related operations.
- Author:
- Jean-Francois Arcand
Method Summary |
static boolean |
isPackageProtectionEnabled()
Return the SecurityManager only if Security is enabled AND
package protection mechanism is enabled. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityUtil
public SecurityUtil()
isPackageProtectionEnabled
public static boolean isPackageProtectionEnabled()
- Return the
SecurityManager
only if Security is enabled AND
package protection mechanism is enabled.
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.