public class SaveUserCmd extends AbstractWritableIdentityServiceCmd<Void> implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
skipPasswordPolicy |
protected User |
user |
Constructor and Description |
---|
SaveUserCmd(User user) |
SaveUserCmd(User user,
boolean skipPasswordPolicy) |
Modifier and Type | Method and Description |
---|---|
protected Void |
executeCmd(CommandContext commandContext) |
protected boolean |
shouldCheckPasswordPolicy(CommandContext commandContext) |
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, isRetryable
protected User user
protected boolean skipPasswordPolicy
public SaveUserCmd(User user)
public SaveUserCmd(User user, boolean skipPasswordPolicy)
protected Void executeCmd(CommandContext commandContext)
executeCmd
in class AbstractWritableIdentityServiceCmd<Void>
protected boolean shouldCheckPasswordPolicy(CommandContext commandContext)
Copyright © 2022. All rights reserved.