public class AccessControlImpl
extends Object
implements com.liferay.portal.kernel.security.access.control.AccessControl
Constructor and Description |
---|
AccessControlImpl() |
Modifier and Type | Method and Description |
---|---|
void |
initAccessControlContext(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Map<String,Object> settings) |
void |
initContextUser(long userId) |
com.liferay.portal.kernel.security.auth.verifier.AuthVerifierResult.State |
verifyRequest() |
public void initAccessControlContext(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, Map<String,Object> settings)
initAccessControlContext
in interface com.liferay.portal.kernel.security.access.control.AccessControl
public void initContextUser(long userId) throws com.liferay.portal.kernel.security.auth.AuthException
initContextUser
in interface com.liferay.portal.kernel.security.access.control.AccessControl
com.liferay.portal.kernel.security.auth.AuthException
public com.liferay.portal.kernel.security.auth.verifier.AuthVerifierResult.State verifyRequest() throws com.liferay.portal.kernel.exception.PortalException
verifyRequest
in interface com.liferay.portal.kernel.security.access.control.AccessControl
com.liferay.portal.kernel.exception.PortalException