Spring Social

Package org.springframework.social.oauth1

OAuth1 client.

See:
          Description

Interface Summary
OAuth1Operations A service interface for the OAuth 1 flow.
OAuth1ServiceProvider<A> A ServiceProvider that uses the OAuth 1.0 protocol.
 

Class Summary
AbstractOAuth1ApiBinding Base class for OAuth 1-based provider API bindings.
AbstractOAuth1ServiceProvider<S> Base class for ServiceProviders that use the OAuth1 protocol.
AuthorizedRequestToken A OAuth 1.0 request token that has been authorized by the user.
OAuth1Parameters Parameters for building an OAuth1 authorize URL.
OAuth1Template OAuth10Operations implementation that uses REST-template to make the OAuth calls.
OAuthToken Holds an OAuth token and secret.
 

Enum Summary
OAuth1Version Various versions ofthe OAuth1 Core specification.
 

Package org.springframework.social.oauth1 Description

OAuth1 client.


Spring Social