Package org.springframework.social.oauth1

Support for signing requests with OAuth 1 Authorization headers.

See:
          Description

Class Summary
OAuth1ClientRequestSigner Abstract implementation of OAuthClientRequestSigner that adds an OAuth 1 Authorization header to the request.
OAuth1RequestSignerFactory Factory used by OAuth 1-based templates to choose a signer implementation.
PreAuthorizedOAuthApi Generic Scribe API class used internally by ScribeOAuth1RequestSigner for request-signing purposes only.
S2OAuth1RequestSigner Implementation of an OAuthClientRequestSigner that uses S2-OAuth to calculate the Authorization header.
ScribeOAuth1RequestSigner Implementation of an OAuthClientRequestSigner that uses Scribe to calculate the Authorization header.
 

Exception Summary
MissingOAuthLibraryException  
 

Package org.springframework.social.oauth1 Description

Support for signing requests with OAuth 1 Authorization headers.