Liferay 6.2-ce-ga5

com.liferay.portal.security.ac
Interface AccessControl

All Known Implementing Classes:
AccessControlImpl

public interface AccessControl


Field Summary
static AccessControlled NULL_ACCESS_CONTROLLED
           
 
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()
           
 

Field Detail

NULL_ACCESS_CONTROLLED

static final AccessControlled NULL_ACCESS_CONTROLLED
Method Detail

initAccessControlContext

void initAccessControlContext(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response,
                              Map<String,Object> settings)

initContextUser

void initContextUser(long userId)
                     throws AuthException
Throws:
AuthException

verifyRequest

AuthVerifierResult.State verifyRequest()
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5