public class CASAutoLogin
extends com.liferay.portal.security.auth.BaseAutoLogin
| Constructor and Description |
|---|
CASAutoLogin() |
| Modifier and Type | Method and Description |
|---|---|
protected com.liferay.portal.model.User |
addUser(long companyId,
java.lang.String screenName)
Deprecated.
As of 6.2.0, replaced by
PortalLDAPImporterUtil.importLDAPUser(long, String, String) |
protected java.lang.String[] |
doHandleException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Exception e) |
protected java.lang.String[] |
doLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected com.liferay.portal.model.User addUser(long companyId,
java.lang.String screenName)
throws java.lang.Exception
PortalLDAPImporterUtil.importLDAPUser(long, String, String)java.lang.Exceptionprotected java.lang.String[] doHandleException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Exception e)
doHandleException in class com.liferay.portal.security.auth.BaseAutoLoginprotected java.lang.String[] doLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
doLogin in class com.liferay.portal.security.auth.BaseAutoLoginjava.lang.Exception