com.liferay.portal.security.auth
Class CASAutoLogin
java.lang.Object
com.liferay.portal.security.auth.CASAutoLogin
- All Implemented Interfaces:
- AutoLogin
- Direct Known Subclasses:
- RequestHeaderAutoLogin, SiteMinderAutoLogin
public class CASAutoLogin
- extends Object
- implements AutoLogin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CASAutoLogin
public CASAutoLogin()
login
public String[] login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
login
in interface AutoLogin
addUser
protected User addUser(long companyId,
String screenName)
throws Exception
- Deprecated. Use
importLDAPUser
.
- Throws:
Exception
importLDAPUser
protected User importLDAPUser(long ldapServerId,
long companyId,
String emailAddress,
String screenName)
throws Exception
- Throws:
Exception
importLDAPUser
protected User importLDAPUser(long companyId,
String emailAddress,
String screenName)
throws Exception
- Throws:
Exception