Interface | Description |
---|---|
ErrorCode |
OAuth 2.0.
|
ErrorResponse |
OAuth 2.0 Error Response.
|
PriorToLoginPersistence |
Keep track of state before login.
|
Class | Description |
---|---|
CookiePriorToLoginPersistence |
Stores the last unauthorized URL in a cookie to redirect back to after
logging in.
|
OauthErrorResponseExceptionHandler |
Returns an application/json response for a
OauthErrorResponseException with status 400. |
Enum | Description |
---|---|
IssuingAnAccessTokenErrorCode |
A single ASCII error code as described in Issuing an Access Token - Error Response section of OAuth 2.0 spec.
|
ObtainingAuthorizationErrorCode |
A single ASCII error code as described in Obtaining Authorization - Error Response seciton of OAuth 2.0 spec.
|
Exception | Description |
---|---|
OauthErrorResponseException |
An Runtime exception which implements
ErrorResponse . |