Package io.micronaut.security.errors
Interface PriorToLoginPersistence<I,O>
- Type Parameters:
I
- RequestO
- Response
- All Known Implementing Classes:
CookiePriorToLoginPersistence
public interface PriorToLoginPersistence<I,O>
Keep track of state before login.
-
Method Summary
Modifier and TypeMethodDescriptiongetOriginalUri
(I request, O response) void
onUnauthorized
(I request, O response)
-
Method Details
-
onUnauthorized
-
getOriginalUri
-