| Package | Description |
|---|---|
| org.picketlink.idm.credential | |
| org.picketlink.idm.credential.handler |
| 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. |
Copyright © 2013. All Rights Reserved.