| Interface | Description |
|---|---|
| AuthenticationResponse |
OAuth 2.0 Authentication Response.
|
| ErrorResponse |
OAuth 2.0 Error Response.
|
| Class | Description |
|---|---|
| AbstractAuthenticationResponse |
Base class to extend from that handles state retrieval and caching.
|
| AccessTokenResponse |
Represent the answer of an authorization server in response to a valid and authorized access token request.
|
| AuthenticationResponseFactory |
AuthenticationResponse Factory which ease creation of
AuthenticationResponse objects given a Map or a HttpParameters. |
| AuthenticationResponseHttpParamsAdapter |
Adapts from
HttpParameters to AuthenticationResponse. |
| AuthenticationResponseMapAdapter |
Adapts from a Map to
AuthenticationResponse. |
| AuthorizationResponseDetector |
Utility to verify if a particular object encapsulates an
AuthenticationResponse. |
| ErrorResponseDetector |
Utility to verify if a particular object encapsulates an
ErrorResponse. |
| ErrorResponseHttpParamsAdapter |
Adapts from
HttpParameters to ErrorResponse. |
| ErrorResponseMapAdapter |
Adapts from a Map to
ErrorResponse. |
| Oauth2AuthenticationResponse |
OAuth 2.0 authorization response.
|
| Oauth2ErrorResponse |
OAuth 2.0 ErrorCode Response.
|
| Enum | Description |
|---|---|
| AuthenticationErrorResponseCode |
Open ID authentication error response codes.
|
| ErrorCode |
ErrorCode Response parameters defined in Section 4.1.2.1 of OAuth 2.0.
|