public abstract class AbstractNutsUpdateUserCommand extends NutsWorkspaceCommandBase<NutsUpdateUserCommand> implements NutsUpdateUserCommand
| 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 NutsRepository |
repo |
protected boolean |
resetGroups |
protected boolean |
resetPermissions |
protected Set<String> |
rm_groups |
protected Set<String> |
rm_permissions |
session, ws| Constructor and Description |
|---|
AbstractNutsUpdateUserCommand(NutsRepository repo) |
AbstractNutsUpdateUserCommand(NutsWorkspace ws) |
_LOG, _LOGOP, checkSession, configure, configure, copyFromWorkspaceCommandBase, copySession, getCommandName, getSession, getWorkspace, invalidateResult, setSession, setWsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, copySession, run, setSessiongetSessionconfigure, configureLastprotected String login
protected String remoteIdentity
protected boolean resetPermissions
protected boolean resetGroups
protected char[] credentials
protected char[] oldCredentials
protected char[] remoteCredentials
protected NutsRepository repo
public AbstractNutsUpdateUserCommand(NutsWorkspace ws)
public AbstractNutsUpdateUserCommand(NutsRepository repo)
public char[] getCredentials()
getCredentials in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand credentials(char[] password)
credentials in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand setCredentials(char[] password)
setCredentials in interface NutsUpdateUserCommandpublic char[] getOldCredentials()
getOldCredentials in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand oldCredentials(char[] password)
oldCredentials in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand setOldCredentials(char[] password)
setOldCredentials in interface NutsUpdateUserCommandpublic char[] getRemoteCredentials()
getRemoteCredentials in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand remoteCredentials(char[] password)
remoteCredentials in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand setRemoteCredentials(char[] password)
setRemoteCredentials in interface NutsUpdateUserCommandpublic String getRemoteIdentity()
getRemoteIdentity in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand remoteIdentity(String remoteIdentity)
remoteIdentity in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand setRemoteIdentity(String remoteIdentity)
setRemoteIdentity in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand addPermissions(String... permissions)
addPermissions in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand removePermissions(String... permissions)
removePermissions in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoAddPermissions(String... permissions)
undoAddPermissions in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoRemovePermissions(String... permissions)
undoRemovePermissions in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand addPermissions(Collection<String> permissions)
addPermissions in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand removePermissions(Collection<String> permissions)
removePermissions in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoAddPermissions(Collection<String> permissions)
undoAddPermissions in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoRemovePermissions(Collection<String> permissions)
undoRemovePermissions in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand addGroups(String... groups)
addGroups in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoAddGroups(String... groups)
undoAddGroups in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand removeGroups(String... groups)
removeGroups in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoRemoveGroups(String... groups)
undoRemoveGroups in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand addGroup(String group)
addGroup in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand removeGroup(String group)
removeGroup in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand addPermission(String permission)
addPermission in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoAddPermission(String permissions)
undoAddPermission in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoAddGroup(String group)
undoAddGroup in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand removePermission(String permission)
removePermission in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand addGroups(Collection<String> groups)
addGroups in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand removeGroups(Collection<String> groups)
removeGroups in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoAddGroups(Collection<String> groups)
undoAddGroups in interface NutsUpdateUserCommandpublic AbstractNutsUpdateUserCommand undoRemoveGroups(Collection<String> groups)
undoRemoveGroups in interface NutsUpdateUserCommandpublic String[] getAddPermissions()
getAddPermissions in interface NutsUpdateUserCommandpublic String[] getAddGroups()
getAddGroups in interface NutsUpdateUserCommandpublic String[] getRemovePermissions()
getRemovePermissions in interface NutsUpdateUserCommandpublic String[] getRemoveGroups()
getRemoveGroups in interface NutsUpdateUserCommandpublic String getUsername()
getUsername in interface NutsUpdateUserCommandpublic NutsUpdateUserCommand setUsername(String login)
setUsername in interface NutsUpdateUserCommandpublic boolean isResetPermissions()
isResetPermissions in interface NutsUpdateUserCommandpublic NutsUpdateUserCommand resetPermissions()
resetPermissions in interface NutsUpdateUserCommandpublic NutsUpdateUserCommand resetPermissions(boolean resetPermissions)
resetPermissions in interface NutsUpdateUserCommandpublic NutsUpdateUserCommand setResetPermissions(boolean resetPermissions)
setResetPermissions in interface NutsUpdateUserCommandpublic boolean isResetGroups()
isResetGroups in interface NutsUpdateUserCommandpublic NutsUpdateUserCommand resetGroups()
resetGroups in interface NutsUpdateUserCommandpublic NutsUpdateUserCommand resetGroups(boolean resetGroups)
resetGroups in interface NutsUpdateUserCommandpublic NutsUpdateUserCommand setResetGroups(boolean resetGroups)
setResetGroups in interface NutsUpdateUserCommandpublic boolean configureFirst(NutsCommandLine cmdLine)
configureFirst in interface NutsCommandLineConfigurableconfigureFirst in class NutsWorkspaceCommandBase<NutsUpdateUserCommand>Copyright © 2021 vpc open source initiative. All rights reserved.