Uses of Class
org.pac4j.core.credentials.Credentials
Packages that use Credentials
Package
Description
-
Uses of Credentials in org.pac4j.core.client
Methods in org.pac4j.core.client that return types with arguments of type CredentialsModifier and TypeMethodDescriptionClient.getCredentials(WebContext context, SessionStore sessionStore) Get the credentials from the web context.final Optional<Credentials>DirectClient.getCredentials(WebContext context, SessionStore sessionStore) final Optional<Credentials>IndirectClient.getCredentials(WebContext context, SessionStore sessionStore) Get the credentials from the web context.protected Optional<Credentials>BaseClient.retrieveCredentials(WebContext context, SessionStore sessionStore) Retrieve the credentials.Methods in org.pac4j.core.client with parameters of type CredentialsModifier and TypeMethodDescriptionfinal Optional<UserProfile>BaseClient.getUserProfile(Credentials credentials, WebContext context, SessionStore sessionStore) Client.getUserProfile(Credentials credentials, WebContext context, SessionStore sessionStore) Get the user profile based on the provided credentials.protected final Optional<UserProfile>BaseClient.retrieveUserProfile(Credentials credentials, WebContext context, SessionStore sessionStore) Retrieve a user profile. -
Uses of Credentials in org.pac4j.core.credentials
Subclasses of Credentials in org.pac4j.core.credentialsModifier and TypeClassDescriptionfinal classAnonymous credentials.classThis credentials represents a token.classThis class represents a username and a password credentials -
Uses of Credentials in org.pac4j.core.credentials.authenticator
Methods in org.pac4j.core.credentials.authenticator that return types with arguments of type CredentialsMethods in org.pac4j.core.credentials.authenticator with parameters of type CredentialsModifier and TypeMethodDescriptionbooleanLocalCachingAuthenticator.isCached(Credentials credentials) voidLocalCachingAuthenticator.removeFromCache(Credentials credentials) voidAuthenticator.validate(Credentials credentials, WebContext context, SessionStore sessionStore) Validate the credentials.voidLocalCachingAuthenticator.validate(Credentials credentials, WebContext context, SessionStore sessionStore) Method parameters in org.pac4j.core.credentials.authenticator with type arguments of type CredentialsModifier and TypeMethodDescriptionvoidLocalCachingAuthenticator.setStore(Store<Credentials, UserProfile> store) Constructor parameters in org.pac4j.core.credentials.authenticator with type arguments of type CredentialsModifierConstructorDescriptionLocalCachingAuthenticator(Authenticator delegate, Store<Credentials, UserProfile> store) -
Uses of Credentials in org.pac4j.core.credentials.extractor
Methods in org.pac4j.core.credentials.extractor that return types with arguments of type CredentialsModifier and TypeMethodDescriptionBasicAuthExtractor.extract(WebContext context, SessionStore sessionStore) BearerAuthExtractor.extract(WebContext context, SessionStore sessionStore) CredentialsExtractor.extract(WebContext context, SessionStore sessionStore) Extract theCredentialsfrom aWebContextand returnOptional.empty()if no credentials are present or throw aCredentialsExceptionif it cannot get it.FormExtractor.extract(WebContext context, SessionStore sessionStore) HeaderExtractor.extract(WebContext context, SessionStore sessionStore) ParameterExtractor.extract(WebContext context, SessionStore sessionStore) -
Uses of Credentials in org.pac4j.core.profile.creator
Methods in org.pac4j.core.profile.creator that return types with arguments of type CredentialsMethods in org.pac4j.core.profile.creator with parameters of type CredentialsModifier and TypeMethodDescriptionAuthenticatorProfileCreator.create(Credentials credentials, WebContext context, SessionStore sessionStore) LocalCachingProfileCreator.create(Credentials credentials, WebContext context, SessionStore sessionStore) ProfileCreator.create(Credentials credentials, WebContext context, SessionStore sessionStore) Create a profile from a credentials.booleanLocalCachingProfileCreator.isCached(Credentials credentials) voidLocalCachingProfileCreator.removeFromCache(Credentials credentials) Method parameters in org.pac4j.core.profile.creator with type arguments of type CredentialsModifier and TypeMethodDescriptionvoidLocalCachingProfileCreator.setStore(Store<Credentials, UserProfile> store) Constructor parameters in org.pac4j.core.profile.creator with type arguments of type CredentialsModifierConstructorDescriptionLocalCachingProfileCreator(ProfileCreator delegate, Store<Credentials, UserProfile> store) -
Uses of Credentials in org.pac4j.core.profile.service
Methods in org.pac4j.core.profile.service with parameters of type CredentialsModifier and TypeMethodDescriptionvoidAbstractProfileService.validate(Credentials cred, WebContext context, SessionStore sessionStore)