@Configuration @Requires(property="micronaut.security.endpoints.introspection.enabled", notEquals="false")
See: Description
| Interface | Description |
|---|---|
| IntrospectionConfiguration |
Encapsulates the configuration of
IntrospectionController. |
| IntrospectionProcessor |
Given a
IntrospectionRequest generates a IntrospectionResponse. |
| Class | Description |
|---|---|
| DefaultIntrospectionProcessor |
Validates the
IntrospectionRequest.getToken() with the available TokenValidator. |
| 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 |