Package javax.security.enterprise.credential
package javax.security.enterprise.credential
The Identity Store Credential API package. This package
contains classes and interfaces associated with submitting credentials.
-
ClassDescription
AbstractClearableCredential
contains behavior common to
implementations that can be meaningfully cleared.Credential
BasicAuthenticationCredential
extendsUsernamePasswordCredential
to represent credentials used by HTTP Basic Authentication.CallerOnlyCredential
represents a credential that only contains a caller name and no secret of any kind.Credential
represents the credential the caller will use to authenticate.Represents a text-based password, and includes a built-in mechanism for securely clearing the value.RememberMeCredential
represents a credential presented as a token, for the explicit usage with the JSR 375 provided remember me function.Represents the credentials typically used by standard caller name/password authentication.