SecureDaemonProxy.addUser()

Method

Related Form

SecureDaemonProxy.addUsers()

Declaration

User addUser(
    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

username

Add a new user with this name.

usernames

Add a new user for each name in this array.

See Also

SecureDaemonProxy

SecureDaemonProxy.getUser()

SecureDaemonProxy.removeUser()

User

For the corresponding browser pages and background information, see Users in TIBCO Rendezvous Administration