com.liferay.portal.security.auth
Class CASAutoLogin

java.lang.Object
  extended by com.liferay.portal.security.auth.CASAutoLogin
All Implemented Interfaces:
com.liferay.portal.security.auth.AutoLogin
Direct Known Subclasses:
SiteMinderAutoLogin

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

View Source

Author:
Brian Wing Shun Chan, Jorge Ferrer

Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT
 
Constructor Summary
CASAutoLogin()
           
 
Method Summary
protected  com.liferay.portal.model.User addUser(long companyId, java.lang.String screenName)
           
 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

CASAutoLogin

public CASAutoLogin()
Method Detail

login

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

addUser

protected com.liferay.portal.model.User addUser(long companyId,
                                                java.lang.String screenName)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException