See: Description
| Interface | Description | 
|---|---|
| Credential | Credentialrepresents the credential the caller will use to authenticate. | 
| Class | Description | 
|---|---|
| AbstractClearableCredential | AbstractClearableCredentialcontains behavior common toimplementations that can be meaningfully
 cleared. | 
| BasicAuthenticationCredential | BasicAuthenticationCredentialextendsUsernamePasswordCredentialto represent credentials used by HTTP Basic Authentication. | 
| CallerOnlyCredential | CallerOnlyCredentialrepresents 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 | RememberMeCredentialrepresents a credential presented as a token,
 for the explicit usage with the Jakarta Security provided remember me function. | 
| UsernamePasswordCredential | Represents the credentials typically used by standard caller name/password authentication. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.