public abstract class AbstractNUpdateUserCmd extends NWorkspaceCmdBaseRepo<NUpdateUserCmd> implements NUpdateUserCmd
| Modifier and Type | Field and Description |
|---|---|
protected char[] |
credentials |
protected Set<String> |
groups |
protected String |
login |
protected char[] |
oldCredentials |
protected Set<String> |
permissions |
protected char[] |
remoteCredentials |
protected String |
remoteIdentity |
protected boolean |
resetGroups |
protected boolean |
resetPermissions |
protected Set<String> |
rm_groups |
protected Set<String> |
rm_permissions |
repository| Constructor and Description |
|---|
AbstractNUpdateUserCmd(NWorkspace workspace) |
getRepository, setRepository_LOG, _LOGOP, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, getRepository, of, run, setRepositoryconfigure, configure, configureLastprotected String login
protected String remoteIdentity
protected boolean resetPermissions
protected boolean resetGroups
protected char[] credentials
protected char[] oldCredentials
protected char[] remoteCredentials
public AbstractNUpdateUserCmd(NWorkspace workspace)
public int getSupportLevel(NSupportLevelContext context)
getSupportLevel in interface NComponentgetSupportLevel in class NWorkspaceCmdBase<NUpdateUserCmd>public char[] getCredentials()
getCredentials in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd credentials(char[] password)
credentials in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd setCredentials(char[] password)
setCredentials in interface NUpdateUserCmdpublic char[] getOldCredentials()
getOldCredentials in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd oldCredentials(char[] password)
oldCredentials in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd setOldCredentials(char[] password)
setOldCredentials in interface NUpdateUserCmdpublic char[] getRemoteCredentials()
getRemoteCredentials in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd remoteCredentials(char[] password)
remoteCredentials in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd setRemoteCredentials(char[] password)
setRemoteCredentials in interface NUpdateUserCmdpublic String getRemoteIdentity()
getRemoteIdentity in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd remoteIdentity(String remoteIdentity)
remoteIdentity in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd setRemoteIdentity(String remoteIdentity)
setRemoteIdentity in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd addPermissions(String... permissions)
addPermissions in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd removePermissions(String... permissions)
removePermissions in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoAddPermissions(String... permissions)
undoAddPermissions in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoRemovePermissions(String... permissions)
undoRemovePermissions in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd addPermissions(Collection<String> permissions)
addPermissions in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd removePermissions(Collection<String> permissions)
removePermissions in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoAddPermissions(Collection<String> permissions)
undoAddPermissions in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoRemovePermissions(Collection<String> permissions)
undoRemovePermissions in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd addGroups(String... groups)
addGroups in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoAddGroups(String... groups)
undoAddGroups in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd removeGroups(String... groups)
removeGroups in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoRemoveGroups(String... groups)
undoRemoveGroups in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd addGroup(String group)
addGroup in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd removeGroup(String group)
removeGroup in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd addPermission(String permission)
addPermission in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoAddPermission(String permissions)
undoAddPermission in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoAddGroup(String group)
undoAddGroup in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd removePermission(String permission)
removePermission in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd addGroups(Collection<String> groups)
addGroups in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd removeGroups(Collection<String> groups)
removeGroups in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoAddGroups(Collection<String> groups)
undoAddGroups in interface NUpdateUserCmdpublic AbstractNUpdateUserCmd undoRemoveGroups(Collection<String> groups)
undoRemoveGroups in interface NUpdateUserCmdpublic List<String> getAddPermissions()
getAddPermissions in interface NUpdateUserCmdpublic List<String> getAddGroups()
getAddGroups in interface NUpdateUserCmdpublic List<String> getRemovePermissions()
getRemovePermissions in interface NUpdateUserCmdpublic List<String> getRemoveGroups()
getRemoveGroups in interface NUpdateUserCmdpublic String getUsername()
getUsername in interface NUpdateUserCmdpublic NUpdateUserCmd setUsername(String login)
setUsername in interface NUpdateUserCmdpublic boolean isResetPermissions()
isResetPermissions in interface NUpdateUserCmdpublic NUpdateUserCmd resetPermissions()
resetPermissions in interface NUpdateUserCmdpublic NUpdateUserCmd resetPermissions(boolean resetPermissions)
resetPermissions in interface NUpdateUserCmdpublic NUpdateUserCmd setResetPermissions(boolean resetPermissions)
setResetPermissions in interface NUpdateUserCmdpublic boolean isResetGroups()
isResetGroups in interface NUpdateUserCmdpublic NUpdateUserCmd resetGroups()
resetGroups in interface NUpdateUserCmdpublic NUpdateUserCmd resetGroups(boolean resetGroups)
resetGroups in interface NUpdateUserCmdpublic NUpdateUserCmd setResetGroups(boolean resetGroups)
setResetGroups in interface NUpdateUserCmdpublic boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NUpdateUserCmd>Copyright © 2025 vpc open source initiative. All rights reserved.