Uses of Class
org.pac4j.core.util.InitializableObject
Packages that use InitializableObject
Package
Description
-
Uses of InitializableObject in org.pac4j.core.client
Subclasses of InitializableObject in org.pac4j.core.clientModifier and TypeClassDescriptionclassThis class is the default implementation of an authentication client (whatever the mechanism).classThis class is made to group multiple clients, generally on one callback url.classDirect client: credentials are passed and authentication occurs for every HTTP request.classIndirect client: the requested protected URL is saved, the user is redirected to the identity provider for login and back to the application after the sucessful authentication and finally to the originally requested URL. -
Uses of InitializableObject in org.pac4j.core.client.config
Subclasses of InitializableObject in org.pac4j.core.client.configModifier and TypeClassDescriptionclassBase parent class for all client configurations to hold common fields or to be used as a common parent for type checking and casts in customizations. -
Uses of InitializableObject in org.pac4j.core.client.direct
Subclasses of InitializableObject in org.pac4j.core.client.direct -
Uses of InitializableObject in org.pac4j.core.credentials.authenticator
Subclasses of InitializableObject in org.pac4j.core.credentials.authenticatorModifier and TypeClassDescriptionclassAn authenticator that caches the result of an authentication based on the credentials. -
Uses of InitializableObject in org.pac4j.core.profile.creator
Subclasses of InitializableObject in org.pac4j.core.profile.creatorModifier and TypeClassDescriptionclassA profile creator that caches the result of a profile creation based on the credentials. -
Uses of InitializableObject in org.pac4j.core.profile.definition
Subclasses of InitializableObject in org.pac4j.core.profile.definitionModifier and TypeClassDescriptionclassFor classes that can set the profile definition. -
Uses of InitializableObject in org.pac4j.core.profile.service
Subclasses of InitializableObject in org.pac4j.core.profile.serviceModifier and TypeClassDescriptionclassAbstractProfileService<U extends CommonProfile>Abstract implementation of theProfileServicefor the storage: LDAP, SQL and MongoDB.classInMemoryProfileService<U extends CommonProfile>In-memory profile service. -
Uses of InitializableObject in org.pac4j.core.store
Subclasses of InitializableObject in org.pac4j.core.storeModifier and TypeClassDescriptionclassAbstractStore<K,O> Abstract store.classGuavaStore<K,O> Store data in a Guava cache.