Package io.micronaut.security.oauth2.configuration.endpoints
OAuth 2.0 endpoint configuration classes.
- Since:
- 1.2.0
- Author:
- Sergio del Amo
-
Interface Summary Interface Description AuthorizationEndpointConfiguration OAuth 2.0 authorization endpoint configuration.EndpointConfiguration Endpoint configuration contract.EndSessionConfiguration OpenID end session configuration.EndSessionEndpointConfiguration End session endpoint configuration.IntrospectionEndpointConfiguration Introspection endpoint configuration.RevocationEndpointConfiguration Revocation endpoint configuration.SecureEndpointConfiguration Configuration extension ofEndpointConfiguration
for endpoints which require authentication.TokenEndpointConfiguration TokenEndpoint Configuration. -
Class Summary Class Description DefaultEndpointConfiguration Default implementation ofEndpointConfiguration
.DefaultSecureEndpointConfiguration Default implementation ofSecureEndpointConfiguration
.