Uses of Package
jakarta.security.enterprise.credential
-
Packages that use jakarta.security.enterprise.credential Package Description jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package.jakarta.security.enterprise.credential The Identity Store Credential API package.jakarta.security.enterprise.identitystore The identity store API package. -
Classes in jakarta.security.enterprise.credential used by jakarta.security.enterprise.authentication.mechanism.http Class Description Credential Credential
represents the credential the caller will use to authenticate. -
Classes in jakarta.security.enterprise.credential used by jakarta.security.enterprise.credential Class Description AbstractClearableCredential AbstractClearableCredential
contains behavior common to
implementations that can be meaningfully cleared.Credential
Credential Credential
represents the credential the caller will use to authenticate.Password Represents a text-based password, and includes a built-in mechanism for securely clearing the value.UsernamePasswordCredential Represents the credentials typically used by standard caller name/password authentication. -
Classes in jakarta.security.enterprise.credential used by jakarta.security.enterprise.identitystore Class Description Credential Credential
represents the credential the caller will use to authenticate.RememberMeCredential RememberMeCredential
represents a credential presented as a token, for the explicit usage with the Jakarta Security provided remember me function.