Spring Social Twitter

org.springframework.social.twitter.security
Class TwitterAuthenticationService

java.lang.Object
  extended by org.springframework.social.security.provider.AbstractSocialAuthenticationService<S>
      extended by org.springframework.social.security.provider.OAuth1AuthenticationService<Twitter>
          extended by org.springframework.social.twitter.security.TwitterAuthenticationService
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.social.security.provider.SocialAuthenticationService<Twitter>

public class TwitterAuthenticationService
extends org.springframework.social.security.provider.OAuth1AuthenticationService<Twitter>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.social.security.provider.SocialAuthenticationService
org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
 
Constructor Summary
TwitterAuthenticationService(java.lang.String apiKey, java.lang.String appSecret)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.security.provider.OAuth1AuthenticationService
afterPropertiesSet, buildReturnToUrl, getAuthToken, getConnectionFactory, getReturnToUrlParameters, setConnectionFactory, 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

TwitterAuthenticationService

public TwitterAuthenticationService(java.lang.String apiKey,
                                    java.lang.String appSecret)

Spring Social Twitter