public class UpdateUserPasswordCmd extends Object implements Command<User>, Serializable
UpdateUserPasswordCmd(User user)
User
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UpdateUserPasswordCmd(User user)
public User execute(CommandContext commandContext)
execute
Command<User>