Uses of Interface
org.pac4j.core.profile.factory.ProfileFactory
Packages that use ProfileFactory
Package
Description
-
Uses of ProfileFactory in org.pac4j.core.client
Methods in org.pac4j.core.client that return ProfileFactoryMethods in org.pac4j.core.client with parameters of type ProfileFactoryModifier and TypeMethodDescriptionvoidBaseClient.setProfileFactoryWhenNotAuthenticated(ProfileFactory profileFactoryWhenNotAuthenticated) -
Uses of ProfileFactory in org.pac4j.core.profile.definition
Methods in org.pac4j.core.profile.definition with parameters of type ProfileFactoryModifier and TypeMethodDescriptionprotected voidProfileDefinition.setProfileFactory(ProfileFactory profileFactory) Define the way to build the profile.Constructors in org.pac4j.core.profile.definition with parameters of type ProfileFactory -
Uses of ProfileFactory in org.pac4j.core.profile.service
Fields in org.pac4j.core.profile.service declared as ProfileFactoryConstructors in org.pac4j.core.profile.service with parameters of type ProfileFactoryModifierConstructorDescriptionInMemoryProfileService(Map<String, Map<String, Object>> profiles, ProfileFactory profileFactory) InMemoryProfileService(ProfileFactory profileFactory)