Interface | Description |
---|---|
Credentials |
Represents the credentials the current user will use to authenticate, in addition to providing information about the current
state of the validation process.
|
Class | Description |
---|---|
AbstractBaseCredentials |
Abstract base class for Credentials
|
Digest |
Represents a Digest credential.
|
DigestCredentials |
Represents a DIGEST based credential.
|
Password |
Represents a text-based password credential
|
TOTPCredential |
This class can be used to update TOTP credentials.
|
TOTPCredentials |
An extension of the
UsernamePasswordCredentials that
includes an OTP token |
UsernamePasswordCredentials |
Represents the credentials typically used by standard username/password authentication.
|
X509CertificateCredentials |
A credential representing an X509 certificate for certificate-based authentication
|
Enum | Description |
---|---|
Credentials.Status |
Exception | Description |
---|---|
DigestValidationException |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.