Interface PriorToLoginPersistence<I,O>

Type Parameters:
I - Request
O - Response
All Known Implementing Classes:
CookiePriorToLoginPersistence

public interface PriorToLoginPersistence<I,O>
Keep track of state before login.
  • Method Details

    • onUnauthorized

      void onUnauthorized(I request, O response)
    • getOriginalUri

      Optional<URI> getOriginalUri(I request, O response)