public class UserUpdateHelper extends Object
Constructor and Description |
---|
UserUpdateHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
updateAccount(RealmModel realm,
UserModel user,
UserProfile updatedProfile) |
static void |
updateIdpReview(RealmModel realm,
UserModel userModelDelegate,
UserProfile updatedProfile) |
static void |
updateRegistrationProfile(RealmModel realm,
UserModel currentUser,
UserProfile updatedUser) |
static void |
updateRegistrationUserCreation(RealmModel realm,
UserModel currentUser,
UserProfile updatedUser) |
static void |
updateUserProfile(RealmModel realm,
UserModel user,
UserProfile updatedProfile) |
static void |
updateUserResource(RealmModel realm,
UserModel user,
UserProfile userRepresentationUserProfile) |
public static void updateRegistrationProfile(RealmModel realm, UserModel currentUser, UserProfile updatedUser)
public static void updateRegistrationUserCreation(RealmModel realm, UserModel currentUser, UserProfile updatedUser)
public static void updateIdpReview(RealmModel realm, UserModel userModelDelegate, UserProfile updatedProfile)
public static void updateUserProfile(RealmModel realm, UserModel user, UserProfile updatedProfile)
public static void updateAccount(RealmModel realm, UserModel user, UserProfile updatedProfile)
public static void updateUserResource(RealmModel realm, UserModel user, UserProfile userRepresentationUserProfile)
Copyright © 2020 JBoss by Red Hat. All rights reserved.