Liferay 6.2.0-ce-m1

com.liferay.portal.security.auth
Class ParameterAutoLogin

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

public class ParameterAutoLogin
extends Object
implements AuthVerifier, AutoLogin


Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT, AUTO_LOGIN_REDIRECT_AND_CONTINUE
 
Constructor Summary
ParameterAutoLogin()
           
 
Method Summary
 String getAuthType()
           
protected  String getLoginParam()
           
protected  String getPasswordParam()
           
 String[] login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 AuthVerifierResult verify(AccessControlContext accessControlContext, Properties properties)
           
 
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

getAuthType

public String getAuthType()
Specified by:
getAuthType in interface AuthVerifier

login

public String[] login(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws AutoLoginException
Specified by:
login in interface AutoLogin
Throws:
AutoLoginException

verify

public AuthVerifierResult verify(AccessControlContext accessControlContext,
                                 Properties properties)
                          throws AuthException
Specified by:
verify in interface AuthVerifier
Throws:
AuthException

getLoginParam

protected String getLoginParam()

getPasswordParam

protected String getPasswordParam()

Liferay 6.2.0-ce-m1