Liferay 7.0-ce-m3

com.liferay.portal.security.auth
Class FacebookAutoLogin

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

public class FacebookAutoLogin
extends BaseAutoLogin


Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT, AUTO_LOGIN_REDIRECT_AND_CONTINUE
 
Constructor Summary
FacebookAutoLogin()
           
 
Method Summary
protected  String[] doLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  User getUser(javax.servlet.http.HttpServletRequest request, long companyId)
           
 
Methods inherited from class com.liferay.portal.security.auth.BaseAutoLogin
addRedirect, doHandleException, getAuthType, handleException, login, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacebookAutoLogin

public FacebookAutoLogin()
Method Detail

doLogin

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

getUser

protected User getUser(javax.servlet.http.HttpServletRequest request,
                       long companyId)
                throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3