| Interface | Description |
|---|---|
| TokenRequestFormat |
Transforms a TokenRequest into a specific format (e.g.
|
| Class | Description |
|---|---|
| ClaimSet |
The claimset for the token.
|
| ClaimSet.Builder | |
| Header |
The header for the OAuth token, contains the signer algorithm's name and the type of the token
|
| Header.Builder | |
| OAuthCredentials |
Special kind credentials for oauth authentication that includes
PrivateKey to sign
requests. |
| OAuthCredentials.Builder | |
| Token |
The oauth token, obtained upon a successful token request and ready to embed in requests.
|
| Token.Builder | |
| TokenRequest |
A complete token request.
|
| TokenRequest.Builder |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.