| Interface | Description | 
|---|---|
| Account | Representation of an account, most likely a user account. | 
| Credential | Representation of a users Credential. | 
| DigestCredential | An extension of  Credentialto provide some additional methods needed to enable verification of a request whereDigestAuthenticationMechanismis in use. | 
| IdentityManager | The IdentityManager interface to be implemented by an identity manager implementation providing user verification and identity loading to Undertow. | 
| Class | Description | 
|---|---|
| ExternalCredential | Representation of an external credential. | 
| GSSContextCredential | A  Credentialto wrap an established GSSContext. | 
| PasswordCredential | A Credential representing the password of an Account. | 
| X509CertificateCredential | A  Credentialimplementation which wraps an X.509 certificate. | 
| Enum | Description | 
|---|---|
| DigestAlgorithm | Enumeration of the supported digest algorithms. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.