SecureDaemonProxy

Interface

Declaration

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

Purpose

Define methods for Rendezvous secure daemons.

Method

Description

SecureDaemonProxy.addUser()

SecureDaemonProxy.addUsers()

Authorize a user to connect to the secure daemon.

SecureDaemonProxy.authorizeListen()

Authorize all users to listen to a subject.

SecureDaemonProxy.authorizeListenAndSend()

Authorize all users to listen and to send to a subject.

SecureDaemonProxy.authorizeNetworkAndService()

SecureDaemonProxy.authorizeNetworksAndServices()

Authorize all users to communicate on a network and service pair.

SecureDaemonProxy.authorizeSend()

Authorize all users to send to a subject.

SecureDaemonProxy.getDefaultNetworkAndService()

Get the default network and service pair of the secure daemon.

SecureDaemonProxy.getListen()

Get the subjects authorized for listening.

SecureDaemonProxy.getNetworksAndServices()

Get the authorized network and service pairs of the secure daemon.

SecureDaemonProxy.getSend()

Get the subjects authorized for sending.

SecureDaemonProxy.getUser()

SecureDaemonProxy.getUsers()

Get the authorized users of the secure daemon.

SecureDaemonProxy.removeListen()

Remove authorization to listen to a subject.

SecureDaemonProxy.removeListenAndSend()

Remove authorization to listen and send to a subject.

SecureDaemonProxy.removeNetworkAndService()

SecureDaemonProxy.removeNetworksAndServices()

Remove authorization to communicate on a network and service pair.

SecureDaemonProxy.removeSend()

Remove authorization to send to a subject.

SecureDaemonProxy.removeUser()

SecureDaemonProxy.removeUsers()

Remove a user of the secure daemon.

SecureDaemonProxy.setDefaultNetworkAndService()

Set the default network and service pair of the secure daemon.

Inherited Methods

DaemonProxy.getComponentName()

DaemonProxy.getComponentInformation()

XmlSerializable.printXml()

Components

These components support this interface:

 rvsd
 rvsrd

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