Package | Description |
---|---|
org.picketlink.idm.credential | |
org.picketlink.idm.credential.handler | |
org.picketlink.idm.ldap.internal |
Modifier and Type | Class and Description |
---|---|
class |
TOTPCredentials
An extension of the
UsernamePasswordCredentials that
includes an OTP token |
Modifier and Type | Method and Description |
---|---|
UsernamePasswordCredentials |
UsernamePasswordCredentials.setPassword(Password password) |
UsernamePasswordCredentials |
UsernamePasswordCredentials.setUsername(String username) |
Modifier and Type | Class and Description |
---|---|
class |
PasswordCredentialHandler<S extends CredentialStore<?>,V extends UsernamePasswordCredentials,U extends Password>
This particular implementation supports the validation of
UsernamePasswordCredentials , and updating
Password credentials. |
Modifier and Type | Method and Description |
---|---|
void |
LDAPPlainTextPasswordCredentialHandler.validate(IdentityContext context,
UsernamePasswordCredentials credentials,
LDAPIdentityStore store) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.