Uses of Interface
org.pac4j.core.profile.service.ProfileService
Packages that use ProfileService
-
Uses of ProfileService in org.pac4j.core.authorization.generator
Methods in org.pac4j.core.authorization.generator that return ProfileServiceMethods in org.pac4j.core.authorization.generator with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoidLoadLinkedUserAuthorizationGenerator.setProfileService(ProfileService profileService) Constructors in org.pac4j.core.authorization.generator with parameters of type ProfileServiceModifierConstructorDescriptionLoadLinkedUserAuthorizationGenerator(ProfileService profileService) -
Uses of ProfileService in org.pac4j.core.profile.service
Classes in org.pac4j.core.profile.service that implement ProfileServiceModifier and TypeClassDescriptionclassAbstractProfileService<U extends CommonProfile>Abstract implementation of theProfileServicefor the storage: LDAP, SQL and MongoDB.classInMemoryProfileService<U extends CommonProfile>In-memory profile service.