Package io.micronaut.security.oauth2.endpoint.authorization.response
Classes related to an OAuth 2.0 authorization response.
- Since:
- 1.2.0
-
Interface Summary Interface Description AuthorizationErrorResponse Open ID Connect Authentication Error Response.AuthorizationResponse OAuth 2.0 Authentication Response.OauthAuthorizationResponse A marker interface for normal OAuth 2.0 authorization responses.OauthAuthorizationResponseHandler Responsible for handling the authorization callback response from an OAuth 2.0 provider.OpenIdAuthorizationResponse An extension ofAuthorizationResponsethat allows for retrieval of the persisted nonce value.OpenIdAuthorizationResponseHandler Responsible for handling the authorization callback response from an OpenID provider.StateAware State retrieval. -
Class Summary Class Description AbstractAuthorizationResponse A base class for authorization responses to extend from.AuthorizationErrorResponseExceptionHandler An exception handler forAuthorizationErrorResponseException.DefaultAuthorizationErrorResponse Default implementation ofAuthorizationErrorResponse.DefaultOauthAuthorizationResponse The default implementation ofAuthorizationResponsefor OAuth 2.0 provider authorization responses.DefaultOauthAuthorizationResponseHandler Default implementation ofOauthAuthorizationResponseHandler.DefaultOpenIdAuthorizationResponse DefaultOpenIdAuthorizationResponseHandler Default implementation ofOpenIdAuthorizationResponseHandler.StateAwareAuthorizationCallback Base class to extend from that handles state retrieval and caching. -
Enum Summary Enum Description AuthorizationErrorCode Error codes for an Authentication Error Response message returned from the OP's Authorization Endpoint in response to the Authorization Request message sent by the RP. -
Exception Summary Exception Description AuthorizationErrorResponseException A runtime exception thrown when a Oauth 2.