Package io.micronaut.security.endpoints.introspection
@Configuration
@Requires(property="micronaut.security.endpoints.introspection.enabled",
notEquals="false")
package io.micronaut.security.endpoints.introspection
Introspection endpoint related classes.
- Since:
- 2.1.0
- Author:
- Sergio del Amo
- See Also:
-
ClassDescriptionValidates the
IntrospectionRequest.getToken()
with the availableTokenValidator
.Encapsulates the configuration ofIntrospectionController
.Given aIntrospectionRequest
generates aIntrospectionResponse
.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.