Modifier and Type | Method and Description |
---|---|
static CredentialRepresentation |
ExportUtils.exportCredential(UserCredentialValueModel userCred) |
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 |
Pbkdf2PasswordHashProvider.encode(String rawPassword,
int iterations) |
UserCredentialValueModel |
PasswordHashProvider.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 |
Pbkdf2PasswordHashProvider.verify(String rawPassword,
UserCredentialValueModel credential) |
boolean |
PasswordHashProvider.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> |
UserAdapter.getCredentialsDirectly() |
Modifier and Type | Method and Description |
---|---|
void |
UserAdapter.updateCredentialDirectly(UserCredentialValueModel cred) |
Modifier and Type | Method and Description |
---|---|
List<UserCredentialValueModel> |
CachedUser.getCredentials() |
Modifier and Type | Method and Description |
---|---|
List<UserCredentialValueModel> |
UserAdapter.getCredentialsDirectly() |
Modifier and Type | Method and Description |
---|---|
void |
UserAdapter.updateCredentialDirectly(UserCredentialValueModel credModel) |
Modifier and Type | Method and Description |
---|---|
List<UserCredentialValueModel> |
UserAdapter.getCredentialsDirectly() |
Modifier and Type | Method and Description |
---|---|
void |
UserAdapter.updateCredentialDirectly(UserCredentialValueModel credModel) |
Modifier and Type | Method and Description |
---|---|
static UserCredentialValueModel |
FederatedCredentials.getCredentialByType(UserFederatedStorageProvider provider,
RealmModel realm,
UserModel user,
String type) |
Modifier and Type | Method and Description |
---|---|
static LinkedList<UserCredentialValueModel> |
FederatedCredentials.getCredentialsByType(UserFederatedStorageProvider provider,
RealmModel realm,
UserModel user,
String type) |
List<UserCredentialValueModel> |
UserModelDelegate.getCredentialsDirectly() |
Modifier and Type | Method and Description |
---|---|
void |
UserModelDelegate.updateCredentialDirectly(UserCredentialValueModel cred) |
static boolean |
FederatedCredentialValidation.validateHashedCredential(KeycloakSession session,
RealmModel realm,
UserModel user,
String unhashedCredValue,
UserCredentialValueModel credential) |
static boolean |
CredentialValidation.validateHashedCredential(KeycloakSession session,
RealmModel realm,
UserModel user,
String unhashedCredValue,
UserCredentialValueModel credential) |
static boolean |
FederatedCredentialValidation.validPassword(KeycloakSession session,
RealmModel realm,
UserModel user,
String password,
UserCredentialValueModel fedCred)
Will update password if hash iteration policy has changed
|
static boolean |
FederatedCredentialValidation.validSecret(RealmModel realm,
UserModel user,
String secret,
UserCredentialValueModel cred) |
Modifier and Type | Method and Description |
---|---|
static boolean |
FederatedCredentialValidation.validCredential(KeycloakSession session,
RealmModel realm,
UserModel user,
UserCredentialModel credential,
List<UserCredentialValueModel> fedCreds) |
static boolean |
FederatedCredentialValidation.validHOTP(KeycloakSession session,
RealmModel realm,
UserModel user,
String otp,
List<UserCredentialValueModel> fedCreds) |
static boolean |
FederatedCredentialValidation.validTOTP(RealmModel realm,
UserModel user,
String otp,
List<UserCredentialValueModel> fedCreds) |
Modifier and Type | Method and Description |
---|---|
List<UserCredentialValueModel> |
AbstractUserAdapterFederatedStorage.getCredentialsDirectly() |
List<UserCredentialValueModel> |
AbstractUserAdapter.getCredentialsDirectly() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUserAdapterFederatedStorage.updateCredentialDirectly(UserCredentialValueModel cred) |
void |
AbstractUserAdapter.updateCredentialDirectly(UserCredentialValueModel cred) |
Modifier and Type | Method and Description |
---|---|
List<UserCredentialValueModel> |
UserData.getCredentials() |
List<UserCredentialValueModel> |
UserDataAdapter.getCredentialsDirectly() |
Modifier and Type | Method and Description |
---|---|
void |
UserData.addCredential(UserCredentialValueModel cred) |
void |
UserData.setCredential(UserCredentialValueModel cred) |
void |
UserDataAdapter.updateCredentialDirectly(UserCredentialValueModel cred) |
Modifier and Type | Method and Description |
---|---|
List<UserCredentialValueModel> |
UserCredentialsFederatedStorage.getCredentials(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
UserCredentialsFederatedStorage.removeCredential(RealmModel realm,
UserModel user,
UserCredentialValueModel cred) |
void |
UserCredentialsFederatedStorage.updateCredential(RealmModel realm,
UserModel user,
UserCredentialValueModel cred) |
Modifier and Type | Method and Description |
---|---|
List<UserCredentialValueModel> |
JpaUserFederatedStorageProvider.getCredentials(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
JpaUserFederatedStorageProvider.removeCredential(RealmModel realm,
UserModel user,
UserCredentialValueModel cred) |
void |
JpaUserFederatedStorageProvider.updateCredential(RealmModel realm,
UserModel user,
UserCredentialValueModel cred) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.