com.liferay.portal.security.auth
Class RememberMeAutoLogin

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

public class RememberMeAutoLogin
extends java.lang.Object
implements com.liferay.portal.security.auth.AutoLogin

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT
 
Constructor Summary
RememberMeAutoLogin()
           
 
Method Summary
 java.lang.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

RememberMeAutoLogin

public RememberMeAutoLogin()
Method Detail

login

public java.lang.String[] login(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
                         throws com.liferay.portal.security.auth.AutoLoginException
Specified by:
login in interface com.liferay.portal.security.auth.AutoLogin
Throws:
com.liferay.portal.security.auth.AutoLoginException