com.liferay.portal.security.auth
Interface AutoLogin

All Known Implementing Classes:
BaseAutoLogin

public interface AutoLogin

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String AUTO_LOGIN_REDIRECT
          Set a request attribute with this variable to tell the AutoLoginFilter to stop processing filters and redirect the user to a specified location.
static java.lang.String AUTO_LOGIN_REDIRECT_AND_CONTINUE
          Set a request attribute with this variable to tell the AutoLoginFilter to continue processing filters and then redirect the user to a specified location.
 
Method Summary
 java.lang.String[] handleException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Exception e)
           
 java.lang.String[] login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Field Detail

AUTO_LOGIN_REDIRECT

static final java.lang.String AUTO_LOGIN_REDIRECT
Set a request attribute with this variable to tell the AutoLoginFilter to stop processing filters and redirect the user to a specified location.

See Also:
Constant Field Values

AUTO_LOGIN_REDIRECT_AND_CONTINUE

static final java.lang.String AUTO_LOGIN_REDIRECT_AND_CONTINUE
Set a request attribute with this variable to tell the AutoLoginFilter to continue processing filters and then redirect the user to a specified location.

See Also:
Constant Field Values
Method Detail

handleException

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

login

java.lang.String[] login(javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response)
                         throws AutoLoginException
Throws:
AutoLoginException