Package | Description |
---|---|
org.picketlink.idm.credential | |
org.picketlink.idm.credential.handler | |
org.picketlink.idm.ldap.internal |
Modifier and Type | Class and Description |
---|---|
class |
TOTPCredential
This class can be used to update TOTP credentials.
|
Modifier and Type | Method and Description |
---|---|
Password |
UsernamePasswordCredentials.getPassword() |
Modifier and Type | Method and Description |
---|---|
UsernamePasswordCredentials |
UsernamePasswordCredentials.setPassword(Password password) |
Constructor and Description |
---|
UsernamePasswordCredentials(String userName,
Password password) |
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.update(IdentityContext context,
Account account,
Password password,
LDAPIdentityStore store,
Date effectiveDate,
Date expiryDate) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.