Uses of Interface
org.pac4j.core.profile.creator.ProfileCreator
Packages that use ProfileCreator
-
Uses of ProfileCreator in org.pac4j.core.client
Methods in org.pac4j.core.client that return ProfileCreatorMethods in org.pac4j.core.client with parameters of type ProfileCreatorModifier and TypeMethodDescriptionprotected voidBaseClient.defaultProfileCreator(ProfileCreator profileCreator) voidBaseClient.setProfileCreator(ProfileCreator profileCreator) -
Uses of ProfileCreator in org.pac4j.core.profile.creator
Classes in org.pac4j.core.profile.creator that implement ProfileCreatorModifier and TypeClassDescriptionclassThis profile creator retrieves the user profile attached in theCredentials.classA profile creator that caches the result of a profile creation based on the credentials.Methods in org.pac4j.core.profile.creator that return ProfileCreatorMethods in org.pac4j.core.profile.creator with parameters of type ProfileCreatorModifier and TypeMethodDescriptionvoidLocalCachingProfileCreator.setDelegate(ProfileCreator delegate) Constructors in org.pac4j.core.profile.creator with parameters of type ProfileCreatorModifierConstructorDescriptionLocalCachingProfileCreator(ProfileCreator delegate, int cacheSize, int timeout, TimeUnit timeUnit) LocalCachingProfileCreator(ProfileCreator delegate, Store<Credentials, UserProfile> store)