org.alfresco.repo.web.scripts.facebook
Class FacebookAuthenticatorFactory

java.lang.Object
  extended by org.alfresco.repo.web.scripts.facebook.FacebookAuthenticatorFactory
All Implemented Interfaces:
org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory

public class FacebookAuthenticatorFactory
extends java.lang.Object
implements org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory

Web Script Authenticator that supports Facebook authentication mechanism. Upon success, the request is authenticated as the Facebook User Id.


Nested Class Summary
 class FacebookAuthenticatorFactory.FacebookAuthenticator
          Web Script Authenticator that supports Facebook authentication mechanism.
 
Constructor Summary
FacebookAuthenticatorFactory()
           
 
Method Summary
 org.springframework.extensions.webscripts.Authenticator create(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req, org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacebookAuthenticatorFactory

public FacebookAuthenticatorFactory()
Method Detail

create

public org.springframework.extensions.webscripts.Authenticator create(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
                                                                      org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res)
Specified by:
create in interface org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.