See: Description
Interface | Description |
---|---|
Credential |
Credential represents the credential the caller will use to authenticate. |
Class | Description |
---|---|
AbstractClearableCredential |
AbstractClearableCredential contains behavior common to
implementations that can be meaningfully
cleared. |
BasicAuthenticationCredential |
BasicAuthenticationCredential extends UsernamePasswordCredential
to represent credentials used by HTTP Basic Authentication. |
CallerOnlyCredential |
CallerOnlyCredential represents a credential that only
contains a caller name and no secret of any kind. |
Password |
Represents a text-based password, and includes a built-in mechanism for securely
clearing the value.
|
RememberMeCredential |
RememberMeCredential represents a credential presented as a token,
for the explicit usage with the JSR 375 provided remember me function. |
UsernamePasswordCredential |
Represents the credentials typically used by standard caller name/password authentication.
|