com.liferay.portal.security.auth
Interface AutoLogin

All Known Implementing Classes:
AutoLoginWrapper

public interface AutoLogin

View Source

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 redirect the user to a specified location.
 
Method Summary
 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 redirect the user to a specified location.

See Also:
Constant Field Values
Method Detail

login

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