Uses of Interface
org.pac4j.core.store.Store
Packages that use Store
Package
Description
-
Uses of Store in org.pac4j.core.credentials.authenticator
Methods in org.pac4j.core.credentials.authenticator that return StoreMethods in org.pac4j.core.credentials.authenticator with parameters of type StoreModifier and TypeMethodDescriptionvoidLocalCachingAuthenticator.setStore(Store<Credentials, UserProfile> store) Constructors in org.pac4j.core.credentials.authenticator with parameters of type StoreModifierConstructorDescriptionLocalCachingAuthenticator(Authenticator delegate, Store<Credentials, UserProfile> store) -
Uses of Store in org.pac4j.core.logout.handler
Methods in org.pac4j.core.logout.handler that return StoreMethods in org.pac4j.core.logout.handler with parameters of type StoreConstructors in org.pac4j.core.logout.handler with parameters of type Store -
Uses of Store in org.pac4j.core.profile.creator
Methods in org.pac4j.core.profile.creator that return StoreMethods in org.pac4j.core.profile.creator with parameters of type StoreModifier and TypeMethodDescriptionvoidLocalCachingProfileCreator.setStore(Store<Credentials, UserProfile> store) Constructors in org.pac4j.core.profile.creator with parameters of type StoreModifierConstructorDescriptionLocalCachingProfileCreator(ProfileCreator delegate, Store<Credentials, UserProfile> store) -
Uses of Store in org.pac4j.core.store
Classes in org.pac4j.core.store that implement StoreModifier and TypeClassDescriptionclassAbstractStore<K,O> Abstract store.classGuavaStore<K,O> Store data in a Guava cache.