Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfileContext.getCurrentProfile() |
Modifier and Type | Method and Description |
---|---|
UserProfileValidationResult |
UserProfileProvider.validate(UserProfileContext updateContext,
UserProfile updatedProfile) |
UserProfileValidationResult |
LegacyUserProfileProvider.validate(UserProfileContext updateContext,
UserProfile updatedProfile) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserProfile |
Modifier and Type | Method and Description |
---|---|
UserProfile |
DefaultUserProfileContext.getCurrentProfile() |
Modifier and Type | Class and Description |
---|---|
class |
AccountUserRepresentationUserProfile |
class |
AttributeUserProfile |
class |
IdpUserProfile |
class |
UserModelUserProfile |
class |
UserRepresentationUserProfile |
Modifier and Type | Method and Description |
---|---|
static void |
UserUpdateHelper.updateAccount(RealmModel realm,
UserModel user,
UserProfile updatedProfile) |
static void |
UserUpdateHelper.updateAccountOldConsole(RealmModel realm,
UserModel user,
UserProfile updatedProfile)
Deprecated.
Remove this method as soon as the old console is no longer part of the distribution
|
static void |
UserUpdateHelper.updateIdpReview(RealmModel realm,
UserModel userModelDelegate,
UserProfile updatedProfile) |
static void |
UserUpdateHelper.updateRegistrationProfile(RealmModel realm,
UserModel currentUser,
UserProfile updatedUser) |
static void |
UserUpdateHelper.updateRegistrationUserCreation(RealmModel realm,
UserModel currentUser,
UserProfile updatedUser) |
static void |
UserUpdateHelper.updateUserProfile(RealmModel realm,
UserModel user,
UserProfile updatedProfile) |
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfileValidationResult.getProfile()
Returns the
UserProfile used during validations. |
Modifier and Type | Method and Description |
---|---|
List<AttributeValidationResult> |
ValidationChain.validate(UserProfileContext updateContext,
UserProfile updatedProfile) |
Constructor and Description |
---|
UserProfileValidationResult(List<AttributeValidationResult> attributeValidationResults,
UserProfile updatedProfile) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.