Uses of Interface
jakarta.security.enterprise.credential.Credential
Packages that use Credential
Package
Description
The HTTP authentication mechanism API package.
The Identity Store Credential API package.
The identity store API package.
-
Uses of Credential in jakarta.security.enterprise.authentication.mechanism.http
Methods in jakarta.security.enterprise.authentication.mechanism.http that return CredentialModifier and TypeMethodDescriptionAuthenticationParameters.getCredential()
The credential set as parameter in this instance.Methods in jakarta.security.enterprise.authentication.mechanism.http with parameters of type CredentialModifier and TypeMethodDescriptionAuthenticationParameters.credential
(Credential credential) Sets the credential to be used by the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed.void
AuthenticationParameters.setCredential
(Credential credential) Sets the credential as parameter in this instance. -
Uses of Credential in jakarta.security.enterprise.credential
Classes in jakarta.security.enterprise.credential that implement CredentialModifier and TypeClassDescriptionclass
AbstractClearableCredential
contains behavior common to
implementations that can be meaningfully cleared.Credential
class
BasicAuthenticationCredential
extendsUsernamePasswordCredential
to represent credentials used by HTTP Basic Authentication.class
CallerOnlyCredential
represents a credential that only contains a caller name and no secret of any kind.class
RememberMeCredential
represents a credential presented as a token, for the explicit usage with the Jakarta Security provided remember me function.class
Represents the credentials typically used by standard caller name/password authentication. -
Uses of Credential in jakarta.security.enterprise.identitystore
Methods in jakarta.security.enterprise.identitystore with parameters of type CredentialModifier and TypeMethodDescriptiondefault CredentialValidationResult
IdentityStore.validate
(Credential credential) Validates the given credential.IdentityStoreHandler.validate
(Credential credential) Validate the givenCredential
and return the identity and attributes of the caller it represents.