Modifier and Type | Class and Description |
---|---|
class |
DefaultLoginCredentials
The default Credentials implementation.
|
Modifier and Type | Method and Description |
---|---|
IdentityManagementException |
IDMMessages.credentialValidationFailed(Credentials credentials,
Throwable t) |
void |
IdentityManager.validateCredentials(Credentials credentials)
Validates the given
Credentials . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBaseCredentials
Abstract base class for Credentials
|
class |
DigestCredentials
Represents a DIGEST based credential.
|
class |
TokenCredential
Represents the credentials typically used when performing authentication based on tokens.
|
class |
TOTPCredentials
An extension of the
UsernamePasswordCredentials that
includes an OTP token |
class |
UsernamePasswordCredentials
Represents the credentials typically used by standard username/password authentication.
|
class |
X509CertificateCredentials
A credential representing an X509 certificate for certificate-based authentication
|
Modifier and Type | Interface and Description |
---|---|
interface |
CredentialHandler<S extends IdentityStore<?>,V extends Credentials,U>
Performs credential validation and persists credential state to a Store.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextualIdentityManager.validateCredentials(Credentials credentials) |
void |
AbstractIdentityStore.validateCredentials(IdentityContext context,
Credentials credentials) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityStore.validateCredentials(IdentityContext context,
Credentials credentials)
Validates the specified credentials.
|
Modifier and Type | Method and Description |
---|---|
void |
SecuredIdentityManager.validateCredentials(Credentials credentials) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.