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.voidAuthenticationParameters.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 TypeClassDescriptionclassAbstractClearableCredentialcontains behavior common toimplementations that can be meaningfully cleared.CredentialclassBasicAuthenticationCredentialextendsUsernamePasswordCredentialto represent credentials used by HTTP Basic Authentication.classCallerOnlyCredentialrepresents a credential that only contains a caller name and no secret of any kind.classRememberMeCredentialrepresents a credential presented as a token, for the explicit usage with the Jakarta Security provided remember me function.classRepresents 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 CredentialValidationResultIdentityStore.validate(Credential credential) Validates the given credential.IdentityStoreHandler.validate(Credential credential) Validate the givenCredentialand return the identity and attributes of the caller it represents.