Package io.micronaut.security.handlers
Interface RedirectingLoginHandler
- All Superinterfaces:
LoginHandler
- All Known Implementing Classes:
CookieLoginHandler,IdTokenLoginHandler,JwtCookieLoginHandler,SessionLoginHandler
A marker contract to indicate the login handler
returns redirecting responses.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
Method Summary
Methods inherited from interface io.micronaut.security.handlers.LoginHandler
loginFailed, loginRefresh, loginSuccess