Uses of Class
org.pac4j.core.profile.CommonProfile
Packages that use CommonProfile
Package
Description
-
Uses of CommonProfile in org.pac4j.core.profile
Subclasses of CommonProfile in org.pac4j.core.profile -
Uses of CommonProfile in org.pac4j.core.profile.jwt
Subclasses of CommonProfile in org.pac4j.core.profile.jwt -
Uses of CommonProfile in org.pac4j.core.profile.service
Classes in org.pac4j.core.profile.service with type parameters of type CommonProfileModifier and TypeClassDescriptionclassAbstractProfileService<U extends CommonProfile>Abstract implementation of theProfileServicefor the storage: LDAP, SQL and MongoDB.classInMemoryProfileService<U extends CommonProfile>In-memory profile service.interfaceProfileService<U extends CommonProfile>Profile services: creation, update, delete and retrievals in the storage.