| Interface | Description |
|---|---|
| OAuth1Operations |
A service interface for the OAuth 1 flow.
|
| OAuth1ServiceProvider<A> |
A ServiceProvider that uses the OAuth 1.0 protocol.
|
| Class | Description |
|---|---|
| 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.
|
| GenericOAuth1ConnectionFactory |
Generic implementation of an
OAuth1ConnectionFactory that carries no intrinsic knowledge of the API it will be creating connections against. |
| GenericOAuth1ServiceProvider |
Generic implementation of
OAuth1ServiceProvider that carries no intrinsic knowledge of the API it will be creating connections against. |
| 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 | Description |
|---|---|
| OAuth1Version |
Various versions ofthe OAuth1 Core specification.
|