Package com.liferay.portal.events
Class SetupAdminAutoLogin
Object
com.liferay.portal.kernel.security.auto.login.BaseAutoLogin
com.liferay.portal.events.SetupAdminAutoLogin
- All Implemented Interfaces:
com.liferay.portal.kernel.security.auto.login.AutoLogin
public class SetupAdminAutoLogin
extends com.liferay.portal.kernel.security.auto.login.BaseAutoLogin
- Author:
- Alvaro Saugar
-
Field Summary
Fields inherited from interface com.liferay.portal.kernel.security.auto.login.AutoLogin
AUTO_LOGIN_REDIRECT, AUTO_LOGIN_REDIRECT_AND_CONTINUE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
doHandleException
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, Exception exception) protected String[]
doLogin
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Methods inherited from class com.liferay.portal.kernel.security.auto.login.BaseAutoLogin
addRedirect, login
-
Constructor Details
-
SetupAdminAutoLogin
public SetupAdminAutoLogin()
-
-
Method Details
-
doHandleException
protected String[] doHandleException(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, Exception exception) throws com.liferay.portal.kernel.security.auto.login.AutoLoginException - Overrides:
doHandleException
in classcom.liferay.portal.kernel.security.auto.login.BaseAutoLogin
- Throws:
com.liferay.portal.kernel.security.auto.login.AutoLoginException
-
doLogin
protected String[] doLogin(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Specified by:
doLogin
in classcom.liferay.portal.kernel.security.auto.login.BaseAutoLogin
- Throws:
Exception
-