com.liferay.portal.security.auth
Class CASAutoLogin
java.lang.Object
com.liferay.portal.security.auth.CASAutoLogin
- All Implemented Interfaces:
- AutoLogin
public class CASAutoLogin
- extends Object
- implements AutoLogin
Method Summary |
protected User |
addUser(long companyId,
String screenName)
Deprecated. Use importLDAPUser . |
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 |
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