Liferay 6.0.5

com.liferay.portal.security.auth
Class RequestHeaderAutoLogin

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

public class RequestHeaderAutoLogin
extends CASAutoLogin


Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT, AUTO_LOGIN_REDIRECT_AND_CONTINUE
 
Constructor Summary
RequestHeaderAutoLogin()
           
 
Method Summary
 String[] login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.liferay.portal.security.auth.CASAutoLogin
addUser, importLDAPUser, importLDAPUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestHeaderAutoLogin

public RequestHeaderAutoLogin()
Method Detail

login

public String[] login(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
Specified by:
login in interface AutoLogin
Overrides:
login in class CASAutoLogin

Liferay 6.0.5