Package io.micronaut.security.handlers
package io.micronaut.security.handlers
Security handlers.
- Since:
 - 1.0
 - Author:
 - Graeme Rocher
 
- 
InterfacesClassDescriptionLoginHandler<I,
O> Defines how to respond to a successful or failed login attempt.LogoutHandler<I,O> Responsible for logging the user out and returning an appropriate response.A marker contract to indicate the login handler returns redirecting responses.