Package | Description |
---|---|
org.picketlink.idm.credential.handler | |
org.picketlink.idm.ldap.internal |
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 |
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. |
Modifier and Type | Class and Description |
---|---|
class |
LDAPPlainTextPasswordCredentialHandler<S,V,U>
This particular implementation supports the validation of UsernamePasswordCredentials, and updating PlainTextPassword
credentials.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.