Class SessionStoreValueRetriever

java.lang.Object
org.pac4j.oidc.util.SessionStoreValueRetriever
All Implemented Interfaces:
ValueRetriever

public class SessionStoreValueRetriever extends Object implements ValueRetriever
The default implementation of ValueRetriever that reads the values from the SessionStore in the WebContext.
Since:
4.0.3
Author:
Emond Papegaaij
  • Constructor Details

    • SessionStoreValueRetriever

      public SessionStoreValueRetriever()
  • Method Details