| Package | Description |
|---|---|
| org.keycloak.credential | |
| org.keycloak.models |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CredentialInputValidator.isValid(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
CredentialInputUpdater.updateCredential(RealmModel realm,
UserModel user,
CredentialInput input) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserCredentialModel |
| Modifier and Type | Method and Description |
|---|---|
void |
UserCredentialManager.updateCredential(RealmModel realm,
UserModel user,
CredentialInput input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserCredentialManager.isValid(RealmModel realm,
UserModel user,
List<CredentialInput> inputs) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.