@Configuration @Requires(property="micronaut.security.endpoints.introspection.enabled", notEquals="false")
Package io.micronaut.security.endpoints.introspection
Introspection endpoint related classes.
- Since:
- 2.1.0
- See Also:
- OAuth 2.0 Token Introspection
-
Interface Summary Interface Description IntrospectionConfiguration Encapsulates the configuration ofIntrospectionController.IntrospectionProcessor Given aIntrospectionRequestgenerates aIntrospectionResponse. -
Class Summary Class Description DefaultIntrospectionProcessor Validates theIntrospectionRequest.getToken()with the availableTokenValidator.IntrospectionConfigurationProperties IntrospectionController IntrospectionRequest A parameter representing the token along with optional parameters representing additional context that is known by the protected resource to aid the authorization server in its response.IntrospectionResponse