Uses of Interface
org.pac4j.core.credentials.authenticator.Authenticator
Packages that use Authenticator
Package
Description
-
Uses of Authenticator in org.pac4j.core.client
Methods in org.pac4j.core.client that return AuthenticatorMethods in org.pac4j.core.client with parameters of type AuthenticatorModifier and TypeMethodDescriptionprotected voidBaseClient.defaultAuthenticator(Authenticator authenticator) voidBaseClient.setAuthenticator(Authenticator authenticator) -
Uses of Authenticator in org.pac4j.core.credentials.authenticator
Classes in org.pac4j.core.credentials.authenticator that implement AuthenticatorModifier and TypeClassDescriptionclassAn authenticator that caches the result of an authentication based on the credentials.Fields in org.pac4j.core.credentials.authenticator declared as AuthenticatorMethods in org.pac4j.core.credentials.authenticator that return AuthenticatorMethods in org.pac4j.core.credentials.authenticator with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoidLocalCachingAuthenticator.setDelegate(Authenticator delegate) Constructors in org.pac4j.core.credentials.authenticator with parameters of type AuthenticatorModifierConstructorDescriptionLocalCachingAuthenticator(Authenticator delegate, int cacheSize, int timeout, TimeUnit timeUnit) LocalCachingAuthenticator(Authenticator delegate, Store<Credentials, UserProfile> store) -
Uses of Authenticator in org.pac4j.core.profile.service
Classes in org.pac4j.core.profile.service that implement AuthenticatorModifier and TypeClassDescriptionclassAbstractProfileService<U extends CommonProfile>Abstract implementation of theProfileServicefor the storage: LDAP, SQL and MongoDB.classInMemoryProfileService<U extends CommonProfile>In-memory profile service.