org.springframework.social.facebook.security
Class FacebookAuthenticationService

java.lang.Object
  extended by org.springframework.social.security.provider.AbstractSocialAuthenticationService<S>
      extended by org.springframework.social.security.provider.OAuth2AuthenticationService<Facebook>
          extended by org.springframework.social.facebook.security.FacebookAuthenticationService
All Implemented Interfaces:
InitializingBean, org.springframework.social.security.provider.SocialAuthenticationService<Facebook>

public class FacebookAuthenticationService
extends org.springframework.social.security.provider.OAuth2AuthenticationService<Facebook>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.social.security.provider.SocialAuthenticationService
org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
 
Field Summary
 
Fields inherited from class org.springframework.social.security.provider.OAuth2AuthenticationService
logger
 
Constructor Summary
FacebookAuthenticationService(String apiKey, String appSecret)
           
FacebookAuthenticationService(String apiKey, String appSecret, String appNamespace)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.security.provider.OAuth2AuthenticationService
afterPropertiesSet, buildReturnToUrl, getAuthToken, getConnectionFactory, getReturnToUrlParameters, setConnectionFactory, setDefaultScope, setReturnToUrlParameters
 
Methods inherited from class org.springframework.social.security.provider.AbstractSocialAuthenticationService
getConnectionAddedRedirectUrl, getConnectionCardinality, setConnectionAddedRedirectUrl, setConnectionCardinality
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacebookAuthenticationService

public FacebookAuthenticationService(String apiKey,
                                     String appSecret)

FacebookAuthenticationService

public FacebookAuthenticationService(String apiKey,
                                     String appSecret,
                                     String appNamespace)