Package | Description |
---|---|
org.picketlink.idm.credential.handler |
Modifier and Type | Class and Description |
---|---|
class |
DigestCredentialHandler<S,V,U>
This particular implementation supports the validation of
DigestCredentials . |
class |
PasswordCredentialHandler<S extends CredentialStore<?>,V extends UsernamePasswordCredentials,U extends Password>
This particular implementation supports the validation of
UsernamePasswordCredentials , and updating
Password credentials. |
class |
TokenCredentialHandler<S extends CredentialStore<?>,V extends TokenCredential,U extends Token> |
class |
TOTPCredentialHandler
This particular implementation supports the validation of
TOTPCredentials , and updating TOTPCredential credentials. |
class |
X509CertificateCredentialHandler<S,V,U>
This particular implementation supports the validation of
X509CertificateCredentials , and updating X509Cert credentials. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.