User

Class

Declaration

class com.tibco.tibrv.config.User
  extends java.lang.Object

Purpose

Represent a user record in a secure daemon component.

Remarks

The method SecureDaemonProxy.getUser() and related methods return objects of this class.

For security, you cannot get an existing password from a User object; however, you may clear it and set a new one.

Method

Description

User.addCertificateFromFile()

Read user certificate data from a PEM file.

User.addCertificateFromText()

Add a user certificate.

User.addCertificateFromPKCS12File()

Read user certificate data from a PKCS #12 file.

User.clearPassword()

Clear the user’s password.

User.getCertificates()

Get all public certificates of the user.

User.getUsername()

Get the username of the user.

User.removeCertificate()

User.removeCertificates()

Remove a user certificate.

User.setPassword()

Set a user’s password.

User.toXml()

Format the user information as an XML document.

See Also

SecureDaemonProxy.addUser()

SecureDaemonProxy.getUser()

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

For background information, see Users in TIBCO Rendezvous Administration.