Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class BaseAutoLogin

java.lang.Object
  extended by com.liferay.portal.security.auth.BaseAutoLogin
All Implemented Interfaces:
AutoLogin

public abstract class BaseAutoLogin
extends Object
implements AutoLogin


Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT, AUTO_LOGIN_REDIRECT_AND_CONTINUE
 
Constructor Summary
BaseAutoLogin()
           
 
Method Summary
protected  String[] doHandleException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Exception e)
           
protected abstract  String[] doLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 String[] handleException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Exception e)
           
 String[] login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAutoLogin

public BaseAutoLogin()
Method Detail

handleException

public String[] handleException(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response,
                                Exception e)
                         throws AutoLoginException
Specified by:
handleException in interface AutoLogin
Throws:
AutoLoginException

login

public String[] login(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws AutoLoginException
Specified by:
login in interface AutoLogin
Throws:
AutoLoginException

doHandleException

protected String[] doHandleException(javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response,
                                     Exception e)
                              throws AutoLoginException
Throws:
AutoLoginException

doLogin

protected abstract String[] doLogin(javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response)
                             throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5