Liferay 6.2.0-ce-m4

com.liferay.portal.security.pacl
Interface PACLPolicy

All Known Implementing Classes:
ActivePACLPolicy, BasePACLPolicy, GeneratingPACLPolicy, InactivePACLPolicy

public interface PACLPolicy


Method Summary
 void checkPermission(Permission permission)
           
 ClassLoader getClassLoader()
           
 Properties getProperties()
           
 String getProperty(String key)
           
 String[] getPropertyArray(String key)
           
 boolean getPropertyBoolean(String key)
           
 Set<String> getPropertySet(String key)
           
 String getServletContextName()
           
 boolean hasJNDI(String name)
           
 boolean hasPortalService(Object object, Method method, Object[] arguments)
           
 boolean hasSQL(String sql)
           
 boolean isActive()
           
 boolean isCheckablePermission(Permission permission)
           
 

Method Detail

checkPermission

void checkPermission(Permission permission)

getClassLoader

ClassLoader getClassLoader()

getProperties

Properties getProperties()

getProperty

String getProperty(String key)

getPropertyArray

String[] getPropertyArray(String key)

getPropertyBoolean

boolean getPropertyBoolean(String key)

getPropertySet

Set<String> getPropertySet(String key)

getServletContextName

String getServletContextName()

hasJNDI

boolean hasJNDI(String name)

hasPortalService

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

hasSQL

boolean hasSQL(String sql)

isActive

boolean isActive()

isCheckablePermission

boolean isCheckablePermission(Permission permission)

Liferay 6.2.0-ce-m4