Liferay 6.2-ce-ga5

com.liferay.portal.security.ac
Class AccessControlImpl

java.lang.Object
  extended by com.liferay.portal.security.ac.AccessControlImpl
All Implemented Interfaces:
AccessControl

public class AccessControlImpl
extends Object
implements AccessControl


Field Summary
 
Fields inherited from interface com.liferay.portal.security.ac.AccessControl
NULL_ACCESS_CONTROLLED
 
Constructor Summary
AccessControlImpl()
           
 
Method Summary
 void initAccessControlContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String,Object> settings)
           
 void initContextUser(long userId)
           
 AuthVerifierResult.State verifyRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlImpl

public AccessControlImpl()
Method Detail

initAccessControlContext

public void initAccessControlContext(javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response,
                                     Map<String,Object> settings)
Specified by:
initAccessControlContext in interface AccessControl

initContextUser

public void initContextUser(long userId)
                     throws AuthException
Specified by:
initContextUser in interface AccessControl
Throws:
AuthException

verifyRequest

public AuthVerifierResult.State verifyRequest()
                                       throws PortalException,
                                              SystemException
Specified by:
verifyRequest in interface AccessControl
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5