SecureDaemonProxy.removeUser()

Method

Related Form

SecureDaemonProxy.removeUsers()

Declaration

SecureDaemonProxy removeUser(
    java.lang.String  username)
  throws ConfigurationException
SecureDaemonProxy[] removeUsers(
    java.lang.String[]  usernames)
  throws ConfigurationException

Purpose

Remove a user of the secure daemon.

Remarks

Removing a user prevents the user from connecting to the secure daemon.

When removing more than one user, the second method is faster than repeatedly calling the first method.

If this method throws an exception while removing more than one user, your code must handle the exception by checking the remaining users carefully. When the exception interrupted the call, some items might have been removed, while other items might not yet have been removed.

These methods return the SecureDaemonProxy object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

username

Remove a user with this name.

usernames

Remove all the users named in this array.

See Also

SecureDaemonProxy

SecureDaemonProxy.addUser()

SecureDaemonProxy.getUser()

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