Liferay 6.2.0-ce-m5

com.liferay.portal.security.pacl
Class InactivePACLPolicy

java.lang.Object
  extended by com.liferay.portal.security.pacl.BasePACLPolicy
      extended by com.liferay.portal.security.pacl.InactivePACLPolicy
All Implemented Interfaces:
PACLPolicy

public class InactivePACLPolicy
extends BasePACLPolicy


Constructor Summary
InactivePACLPolicy(String servletContextName, ClassLoader classLoader, Properties properties)
           
 
Method Summary
 boolean hasJNDI(String name)
           
 boolean hasPortalService(Object object, Method method, Object[] arguments)
           
 boolean hasSQL(String sql)
           
 boolean implies(Permission permission)
           
 boolean isActive()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InactivePACLPolicy

public InactivePACLPolicy(String servletContextName,
                          ClassLoader classLoader,
                          Properties properties)
Method Detail

hasJNDI

public boolean hasJNDI(String name)

hasPortalService

public boolean hasPortalService(Object object,
                                Method method,
                                Object[] arguments)

hasSQL

public boolean hasSQL(String sql)

implies

public boolean implies(Permission permission)

isActive

public boolean isActive()

Liferay 6.2.0-ce-m5