com.liferay.portal.security.pacl
Class ActivePACLPolicy
java.lang.Object
com.liferay.portal.security.pacl.BasePACLPolicy
com.liferay.portal.security.pacl.ActivePACLPolicy
- All Implemented Interfaces:
- PACLPolicy
- Direct Known Subclasses:
- GeneratingPACLPolicy
public class ActivePACLPolicy
- extends BasePACLPolicy
| Methods inherited from class com.liferay.portal.security.pacl.BasePACLPolicy |
checkForAllPermission, getChecker, getClassLoader, getPolicy, getProperties, getProperty, getPropertyArray, getPropertyBoolean, getPropertySet, getProvider, getServletContextName, initChecker, initCheckers, initPolicy, isCheckablePermission, toString |
ActivePACLPolicy
public ActivePACLPolicy(String servletContextName,
ClassLoader classLoader,
Properties properties)
getJndiChecker
public JNDIChecker getJndiChecker()
getSqlChecker
public SQLChecker getSqlChecker()
hasJNDI
public boolean hasJNDI(String name)
hasSQL
public boolean hasSQL(String sql)
implies
public boolean implies(Permission permission)
isActive
public boolean isActive()
initJNDIChecker
protected void initJNDIChecker()
initSQLChecker
protected void initSQLChecker()