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) |
done, forContext, preIterate, runpublic 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 SingleOrDomainOperationpublic BaseDirEntry.Kind[] getDirEntryKind()
getDirEntryKind in class SingleOrDomainOperationCopyright © 2024. All Rights Reserved.