| Interface | Description |
|---|---|
| ParametersMap |
Models an oauth payload object model as a key-value map.
|
| Class | Description |
|---|---|
| AccessToken |
A Java object model binding for the standard OAuth 2 access token format.
|
| AccessTokenGrantRequest |
The basis OAuth access token grant request type.
|
| AuthorizationCodeGrantRequest |
Models the "authorization_code" type of oauth token grant requests.
|
| BeanUtils |
Utility class for operations on bean-like classes.
|
| ClientCredentialsGrantRequest |
Models the "client_credentials" type of oauth token grant requests.
|
| PasswordCredentialsGrantRequest |
Models the "password" type of oauth token grant requests.
|
| ProtocolError |
Models oauth-2 standard protocol error payload
https://tools.ietf.org/html/rfc6749#section-4.1.2.1
|
| RefreshTokenGrantRequest |
Models the "refresh_token" type of oauth grant requests.
|
| TemporalAccessToken<T extends AccessToken> |
Convenience wrapper for temporal operations with access tokens.
|
| Enum | Description |
|---|---|
| ProtocolErrorType |
Enumeration for standard oauth-2 protocol error types.
|
| Annotation Type | Description |
|---|---|
| OAuthPayloadProperty |
Marks a class property as significant to an OAuth services payload, i.e.
|
Copyright © 2017. All rights reserved.