Package org.springframework.social.oauth

Core classes for signing requests with OAuth

See:
          Description

Interface Summary
OAuthClientRequestSigner Strategy interface for signing a client request with the necessary information for it to be OAuth-authenticated.
 

Class Summary
OAuthSigningClientHttpRequest Implementation of ClientHttpRequest that wraps another ClientHttpRequest and signs it with an OAuth Authorization header before it is sent.
OAuthSigningClientHttpRequestFactory An implementation of ClientHttpRequestFactory that creates an OAuthSigningClientHttpRequest so that the request can be signed with an OAuth Authorization header.
 

Package org.springframework.social.oauth Description

Core classes for signing requests with OAuth