SecureDaemonProxy.addUser()
Method
Related Form
Declaration
UseraddUser
(
java.lang.String username)
throws ConfigurationException
User[]addUsers
(
java.lang.String[] usernames)
throws ConfigurationException
Purpose
Authorize a user to connect to the secure daemon.
Remarks
After this method returns, you must configure the security credentials of the resulting User object.
When adding more than one user, the second method is faster than repeatedly calling the first method.
Parameter |
Description |
|
Add a new user with this name. |
|
Add a new user for each name in this array. |
See Also
SecureDaemonProxy.removeUser()
For the corresponding browser pages and background information, see Users in