Liferay 6.1.2-ce-ga3

com.liferay.portal.security.auth
Interface AutoLogin

All Known Implementing Classes:
BasicAuthHeaderAutoLogin, CASAutoLogin, FacebookAutoLogin, NtlmAutoLogin, OpenIdAutoLogin, OpenSSOAutoLogin, ParameterAutoLogin, RememberMeAutoLogin, RequestHeaderAutoLogin, SiteMinderAutoLogin

public interface AutoLogin


Field Summary
static 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 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
 String[] login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Field Detail

AUTO_LOGIN_REDIRECT

static final 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 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

login

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

Liferay 6.1.2-ce-ga3