public class UserUpdateCommand extends SingleOrDomainOperation
Modifier and Type | Class and Description |
---|---|
static class |
UserUpdateCommand.Reg |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
extId |
java.lang.String |
password |
java.lang.Integer |
quota |
boolean |
setPasswordMustChange |
boolean |
setPasswordNeverExpires |
boolean |
unsetPasswordMustChange |
boolean |
unsetPasswordNeverExpires |
cliUtils, ctx, match, noProgress, target, workers
Constructor and Description |
---|
UserUpdateCommand() |
Modifier and Type | Method and Description |
---|---|
BaseDirEntry.Kind[] |
getDirEntryKind() |
void |
synchronousDirOperation(java.lang.String domainUid,
ItemValue<DirEntry> de) |
forContext, run
public java.lang.String password
public boolean setPasswordMustChange
public boolean unsetPasswordMustChange
public boolean setPasswordNeverExpires
public boolean unsetPasswordNeverExpires
public java.lang.String extId
public java.lang.Integer quota
public void synchronousDirOperation(java.lang.String domainUid, ItemValue<DirEntry> de)
synchronousDirOperation
in class SingleOrDomainOperation
public BaseDirEntry.Kind[] getDirEntryKind()
getDirEntryKind
in class SingleOrDomainOperation
Copyright © 2021. All Rights Reserved.