See: Description
| Class | Description |
|---|---|
| RedirectingExceptionMapper |
This exception mapper handles RedirectingExceptions thrown by the system.
|
| RedirectingExceptionMapper.Binder |
HK2 Binder for our injector context.
|
| RFC6749 |
Error codes specified in the OAuth2 Specification.
|
| Exception | Description |
|---|---|
| RedirectingException |
This is a wrapper exception for unexpected exceptions, which need to be
redirected as per the OAuth2 Specification.
|
| RFC6749.AccessDeniedException |
The resource owner or authorization server denied the request.
|
| RFC6749.InvalidClientException |
The requested client is invalid, unknown, or malformed.
|
| RFC6749.InvalidGrantException |
The requested token type is invalid, unknown, or malformed.
|
| RFC6749.InvalidRequestException |
The request is missing a required parameter, includes an invalid
parameter value, includes a parameter more than once, or is otherwise
malformed.
|
| RFC6749.InvalidScopeException |
The requested scope is invalid, unknown, or malformed.
|
| RFC6749.ServerErrorException |
The authorization server encountered an unexpected condition that
prevented it from fulfilling the request.
|
| RFC6749.TemporarilyUnavailableException |
The authorization server is currently unable to handle the request due
to
a temporary overloading or maintenance of the server.
|
| RFC6749.UnauthorizedClientException |
The client is not authorized to request an authorization code using this
method.
|
| RFC6749.UnsupportedGrantTypeException |
The requested token type is not supported.
|
| RFC6749.UnsupportedResponseTypeException |
The authorization server does not support obtaining an authorization
code using this method.
|
Copyright © 2018 krotscheck.net. All rights reserved.