Liferay 6.2-ce-ga5

com.liferay.portal.security.ac
Class AccessControlAdvisorImpl

java.lang.Object
  extended by com.liferay.portal.security.ac.AccessControlAdvisorImpl
All Implemented Interfaces:
AccessControlAdvisor

public class AccessControlAdvisorImpl
extends Object
implements AccessControlAdvisor


Constructor Summary
AccessControlAdvisorImpl()
           
 
Method Summary
 void accept(Method method, AccessControlled accessControlled)
           
protected  void checkAllowedHosts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlAdvisorImpl

public AccessControlAdvisorImpl()
Method Detail

accept

public void accept(Method method,
                   AccessControlled accessControlled)
            throws SecurityException
Specified by:
accept in interface AccessControlAdvisor
Throws:
SecurityException

checkAllowedHosts

protected void checkAllowedHosts()

Liferay 6.2-ce-ga5