Package io.micronaut.security.handlers
Security handlers.
- Since:
- 1.0
-
Interface Summary Interface Description LoginHandler Defines how to respond to a successful or failed login attempt.LogoutHandler Responsible for logging the user out and returning an appropriate response.RedirectingLoginHandler A marker contract to indicate the login handler returns redirecting responses.