com.liferay.portal.security.auth
Class ParameterAutoLogin

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

public class ParameterAutoLogin
extends java.lang.Object
implements AutoLogin

View Source

Author:
Minhchau Dang

Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT
 
Constructor Summary
ParameterAutoLogin()
           
 
Method Summary
protected  java.lang.String getLoginParam()
           
protected  java.lang.String getPasswordParam()
           
 java.lang.String[] login(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterAutoLogin

public ParameterAutoLogin()
Method Detail

login

public java.lang.String[] login(javax.servlet.http.HttpServletRequest req,
                                javax.servlet.http.HttpServletResponse res)
                         throws AutoLoginException
Specified by:
login in interface AutoLogin
Throws:
AutoLoginException

getLoginParam

protected java.lang.String getLoginParam()

getPasswordParam

protected java.lang.String getPasswordParam()