User.removeCertificate()

Method

Related Form

User.removeCertificates()

Declaration

User removeCertificate(
    int  id)
  throws ConfigurationException
User removeCertificates(
    int[]  ids)
  throws ConfigurationException

Purpose

Remove a user certificate.

Remarks

These methods use internal certificate ID numbers to select the certificates to remove; see UserCertificate.getId().

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

Parameter

Description

id

Remove the user certificate with this certificate ID.

ids

Remove the user certificates with these certificate IDs.

See Also

User

User.addCertificateFromFile()

User.addCertificateFromText()

User.getCertificates()

UserCertificate

UserCertificate.getId()

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

For background information, see Users in TIBCO Rendezvous Administration.