| Package | Description |
|---|---|
| org.keycloak.hash | |
| org.keycloak.models | |
| org.keycloak.models.utils |
| Modifier and Type | Method and Description |
|---|---|
static UserCredentialValueModel |
PasswordHashManager.encode(KeycloakSession session,
PasswordPolicy passwordPolicy,
String rawPassword) |
static UserCredentialValueModel |
PasswordHashManager.encode(KeycloakSession session,
RealmModel realm,
String rawPassword) |
UserCredentialValueModel |
PasswordHashProvider.encode(String rawPassword,
int iterations) |
UserCredentialValueModel |
Pbkdf2PasswordHashProvider.encode(String rawPassword,
int iterations) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PasswordHashManager.verify(KeycloakSession session,
PasswordPolicy passwordPolicy,
String password,
UserCredentialValueModel credential) |
static boolean |
PasswordHashManager.verify(KeycloakSession session,
RealmModel realm,
String password,
UserCredentialValueModel credential) |
boolean |
PasswordHashProvider.verify(String rawPassword,
UserCredentialValueModel credential) |
boolean |
Pbkdf2PasswordHashProvider.verify(String rawPassword,
UserCredentialValueModel credential) |
| Modifier and Type | Method and Description |
|---|---|
List<UserCredentialValueModel> |
UserModel.getCredentialsDirectly() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.updateCredentialDirectly(UserCredentialValueModel cred) |
| Modifier and Type | Method and Description |
|---|---|
List<UserCredentialValueModel> |
UserModelDelegate.getCredentialsDirectly() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModelDelegate.updateCredentialDirectly(UserCredentialValueModel cred) |
static boolean |
CredentialValidation.validateHashedCredential(KeycloakSession session,
RealmModel realm,
UserModel user,
String unhashedCredValue,
UserCredentialValueModel credential) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.