Uses of Interface
jakarta.security.enterprise.credential.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
Modifier and TypeMethodDescriptionAuthenticationParameters.getCredential()
The credential set as parameter in this instance.Modifier 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
Modifier 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
Modifier 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.