Interface | Description |
---|---|
CredentialHandler<S extends IdentityStore<?>,V extends Credentials,U> |
Performs credential validation and persists credential state to a Store.
|
Class | Description |
---|---|
AbstractCredentialHandler<S extends CredentialStore<?>,V extends AbstractBaseCredentials,U> |
Base class for
CredentialHandler implementations. |
DigestCredentialHandler<S,V,U> |
This particular implementation supports the validation of
DigestCredentials . |
PasswordCredentialHandler<S extends CredentialStore<?>,V extends UsernamePasswordCredentials,U extends Password> |
This particular implementation supports the validation of
UsernamePasswordCredentials , and updating
Password credentials. |
TokenCredentialHandler<S extends CredentialStore<?>,V extends TokenCredential,U extends Token> | |
TOTPCredentialHandler |
This particular implementation supports the validation of
TOTPCredentials , and updating TOTPCredential credentials. |
X509CertificateCredentialHandler<S,V,U> |
This particular implementation supports the validation of
X509CertificateCredentials , and updating X509Cert credentials. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.