Package io.micronaut.security.endpoints
package io.micronaut.security.endpoints
Security login, logout and introspection endpoints.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionBase configuration for all controllers.Handles login requests.Encapsulates the configuration of
LoginController
.Encapsulates the configuration ofLogoutController
.Implementation ofLogoutControllerConfiguration
used to configure theLogoutController
.A controller that handles token refresh.Encapsulates the configuration ofOauthController
.Configures the providedOauthController
.Encapsulate the request to get a new access token.