UpdateUserTransaction#

public class UpdateUserTransaction extends AccessControlTransaction#

This transaction also checks if the current user has sufficient permissions to make the update.

Constructors#

UpdateUserTransaction#

public UpdateUserTransaction(String realm, String username, UserStatus status, String email, String entity, String password)#

UpdateUserTransaction#

public UpdateUserTransaction(ProtoUser user, String password)#

Methods#

checkEntityExists#

public static void checkEntityExists(EntityID entity)#

getUserElement#

public Element getUserElement()#

transaction#

protected void transaction()#