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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class com.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 class com.liferay.portal.kernel.security.auto.login.BaseAutoLogin
      Throws:
      Exception