Modifier and Type | Method and Description |
---|---|
String |
Server.createUser(IUser user,
UpdateUserOptions opts) |
String |
Server.deleteUser(String userName,
UpdateUserOptions opts) |
String |
Server.updateUser(IUser user,
UpdateUserOptions opts) |
Modifier and Type | Method and Description |
---|---|
String |
UserDelegator.createUser(IUser user,
UpdateUserOptions opts) |
String |
UserDelegator.deleteUser(String userName,
UpdateUserOptions opts) |
String |
UserDelegator.updateUser(IUser user,
UpdateUserOptions opts) |
Modifier and Type | Method and Description |
---|---|
UpdateUserOptions |
UpdateUserOptions.setForceUpdate(boolean forceUpdate) |
Modifier and Type | Method and Description |
---|---|
String |
IUserDelegator.createUser(IUser user,
UpdateUserOptions opts)
Create a new Perforce user on the Perforce server.
|
String |
IUserDelegator.deleteUser(String userName,
UpdateUserOptions opts)
Delete a named Perforce user from the Perforce server
|
String |
IUserDelegator.updateUser(IUser user,
UpdateUserOptions opts)
Update a Perforce user on the Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.