User.setPassword()

Method

Declaration

User setPassword(
    java.lang.String  password)
  throws ConfigurationException

Purpose

Set a user’s password.

Remarks

This method returns the User object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

password

Use this string as the user’s new password.

See Also

User

User.clearPassword()

For the corresponding browser page, see Existing Users in TIBCO Rendezvous Administration

For background information, see Users in TIBCO Rendezvous Administration.