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.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) |
static void |
UserUpdateHelper.updateUserResource(RealmModel realm,
UserModel user,
UserProfile userRepresentationUserProfile) |
Modifier and Type | Method and Description |
---|---|
List<AttributeValidationResult> |
ValidationChain.validate(UserProfileContext updateContext,
UserProfile updatedProfile) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.