SecureDaemonProxy.getNetworksAndServices()

Method

Declaration

NetworkServicePair[] getNetworksAndServices()
  throws ConfigurationException

Purpose

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

Remarks

To convert the resulting array of NetworkServicePair objects to an array of strings (suitable as an argument to SecureDaemonProxy.removeNetworkAndService()), iterate through the array, applying NetworkServicePair.toString() to each element.

See Also

SecureDaemonProxy

SecureDaemonProxy.authorizeNetworkAndService()

SecureDaemonProxy.removeNetworkAndService()

NetworkServicePair

For the corresponding browser pages, see Authorize Network and Service Pairs in TIBCO Rendezvous Administration

For background information, see Network and Service Authorization in TIBCO Rendezvous Administration