Uses of Interface
org.pac4j.oidc.util.ValueRetriever
-
Packages that use ValueRetriever Package Description org.pac4j.oidc.config org.pac4j.oidc.util -
-
Uses of ValueRetriever in org.pac4j.oidc.config
Methods in org.pac4j.oidc.config that return ValueRetriever Modifier and Type Method Description ValueRetrieverOidcConfiguration. getValueRetriever()Methods in org.pac4j.oidc.config with parameters of type ValueRetriever Modifier and Type Method Description voidOidcConfiguration. setValueRetriever(ValueRetriever valueRetriever) -
Uses of ValueRetriever in org.pac4j.oidc.util
Classes in org.pac4j.oidc.util that implement ValueRetriever Modifier and Type Class Description classSessionStoreValueRetrieverThe default implementation ofValueRetrieverthat reads the values from theSessionStorein theWebContext.
-