Liferay 6.0.5

com.liferay.portal.security.auth
Class OpenSSOAutoLogin

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

public class OpenSSOAutoLogin
extends Object
implements AutoLogin


Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT, AUTO_LOGIN_REDIRECT_AND_CONTINUE
 
Constructor Summary
OpenSSOAutoLogin()
           
 
Method Summary
protected  User addUser(long companyId, String firstName, String lastName, String emailAddress, String screenName, Locale locale)
           
 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

OpenSSOAutoLogin

public OpenSSOAutoLogin()
Method Detail

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 firstName,
                       String lastName,
                       String emailAddress,
                       String screenName,
                       Locale locale)
                throws Exception
Throws:
Exception

Liferay 6.0.5