Package | Description |
---|---|
javax.security.enterprise.authentication.mechanism.http |
The HTTP authentication mechanism API package.
|
javax.security.enterprise.credential |
The Identity Store Credential API package.
|
javax.security.enterprise.identitystore |
The identity store API package.
|
Class and Description |
---|
Credential
Credential represents the credential the caller will use to authenticate. |
Class and Description |
---|
AbstractClearableCredential
AbstractClearableCredential contains behavior common to
implementations that can be meaningfully
cleared. |
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.
|
Class and 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 JSR 375 provided remember me function. |
Copyright © 2015–2017. All rights reserved.