com.liferay.portal.security.auth
Class FacebookAutoLogin

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

public class FacebookAutoLogin
extends java.lang.Object
implements com.liferay.portal.security.auth.AutoLogin

Author:
Wilson Man

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
 java.lang.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

FacebookAutoLogin

public FacebookAutoLogin()
Method Detail

login

public java.lang.String[] login(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
Specified by:
login in interface com.liferay.portal.security.auth.AutoLogin