Interface ValueRetriever

  • All Known Implementing Classes:
    SessionStoreValueRetriever

    public interface ValueRetriever
    ValueRetriever retrieves a given value from the WebContext. It can either read the value from the session store or use some method to regenerate the value. This is used to validate values such as the State, for CSRF mitigation or the CodeVerifier for PKCE.
    Since:
    4.0.3
    Author:
    Martin Hansen, Emond Papegaaij