Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class CASAutoLogin

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

public class CASAutoLogin
extends BaseAutoLogin


Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT, AUTO_LOGIN_REDIRECT_AND_CONTINUE
 
Constructor Summary
CASAutoLogin()
           
 
Method Summary
protected  User addUser(long companyId, String screenName)
          Deprecated. As of 6.2.0, replaced by PortalLDAPImporterUtil.importLDAPUser(long, String, String)
protected  String[] doHandleException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Exception e)
           
protected  String[] doLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.liferay.portal.security.auth.BaseAutoLogin
handleException, login
 
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

addUser

protected User addUser(long companyId,
                       String screenName)
                throws Exception
Deprecated. As of 6.2.0, replaced by PortalLDAPImporterUtil.importLDAPUser(long, String, String)

Throws:
Exception

doHandleException

protected String[] doHandleException(javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response,
                                     Exception e)
Overrides:
doHandleException in class BaseAutoLogin

doLogin

protected String[] doLogin(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws Exception
Specified by:
doLogin in class BaseAutoLogin
Throws:
Exception

Liferay 6.2-ce-ga5