| 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 |
|---|---|
protected CredentialStorage |
LDAPPlainTextPasswordCredentialHandler.createCredentialStorage(IdentityContext context,
Account account,
Password password,
LDAPIdentityStore store,
Date effectiveDate,
Date expiryDate) |
void |
LDAPPlainTextPasswordCredentialHandler.update(IdentityContext context,
Account account,
Password password,
LDAPIdentityStore store,
Date effectiveDate,
Date expiryDate) |
Copyright © 2021. All rights reserved.