Package io.micronaut.security.handlers
Interface RedirectingLoginHandler<I,O>
- Type Parameters:
I
- RequestO
- Response
- All Superinterfaces:
LoginHandler<I,
O>
- All Known Implementing Classes:
CookieLoginHandler
,IdTokenLoginHandler
,SessionLoginHandler
,TokenCookieLoginHandler
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