SecurityProxy

Interface

Declaration

interface com.tibco.tibrv.config.SecurityProxy
  extends DaemonProxy

Purpose

Define methods for components that require passwords or certificates for security.

Constant

Description

These constants correspond to positions in the certificate usage bit vector; see SecurityProxy.getValidUses().

SecurityProxy.HTTPS

Represents usage of certificates in HTTPS protocols.

SecurityProxy.ROUTERS_TO_ROUTERS

Represents usage of certificates in TLS protocols among routing daemons.

SecurityProxy.DAEMON_TO_CLIENTS

Represents usage of certificates in TLS protocols with client transports of the daemon.

Method

Description

SecurityProxy.getAdministratorName()

Get the administrator name.

SecurityProxy.getCertificateSlot()

SecurityProxy.getCertificateSlots()

Get daemon certificate slots.

SecurityProxy.getValidUses()

Get the valid uses of certificates for this daemon.

SecurityProxy.setCertificateUses()

Assign certificates to each valid use for this daemon.

SecurityProxy.setCredentials()

Set administrator identification for the component.

SecurityProxy.useCredentials()

Record administrator identification for the configuration program.

Inherited Methods

DaemonProxy.getComponentName()

DaemonProxy.getComponentInformation()

XmlSerializable.printXml()

Components

These components support this interface:

 rvrd
 rvsd
 rvsrd
 rvcache

See Also

For information about the parameters that this interface can access, see these sections:

Secure Daemons (rvsd and rvsrd) in TIBCO Rendezvous Administration
Browser Administration Interface—rvrd in TIBCO Rendezvous Administration
Browser Administration Interface—rvsd and rvsrd in TIBCO Rendezvous Administration
Current Value Cache in TIBCO Rendezvous Administration