See: Description
| Interface | Description |
|---|---|
| OAuth2IntrospectionClaimAccessor |
A
ClaimAccessor for the "claims" that may be contained in the
Introspection Response. |
| OAuth2IntrospectionClaimNames |
The names of the "Introspection Claims" defined by an
Introspection
Response.
|
| OpaqueTokenIntrospector |
A contract for introspecting and verifying an OAuth 2.0 token.
|
| ReactiveOpaqueTokenIntrospector |
A contract for introspecting and verifying an OAuth 2.0 token.
|
| Class | Description |
|---|---|
| NimbusOpaqueTokenIntrospector |
A Nimbus implementation of
OpaqueTokenIntrospector that verifies and
introspects a token using the configured
OAuth 2.0 Introspection
Endpoint. |
| NimbusReactiveOpaqueTokenIntrospector |
A Nimbus implementation of
ReactiveOpaqueTokenIntrospector that verifies and
introspects a token using the configured
OAuth 2.0 Introspection
Endpoint. |
| OAuth2IntrospectionAuthenticatedPrincipal |
A domain object that wraps the attributes of OAuth 2.0 Token Introspection.
|
| Exception | Description |
|---|---|
| BadOpaqueTokenException |
An exception similar to
BadCredentialsException that
indicates an opaque token that is invalid in some way. |
| OAuth2IntrospectionException |
Base exception for all OAuth 2.0 Introspection related errors
|