SecureDaemonProxy.authorizeNetworkAndService()

Method

Related Form

SecureDaemonProxy.authorizeNetworksAndServices()

Declaration

SecureDaemonProxy authorizeNetworkAndService(
    java.lang.String  networkSpecification,
    int               servicePort)
  throws ConfigurationException
SecureDaemonProxy authorizeNetworksAndServices(
    java.lang.String[]  networksServices)
  throws ConfigurationException

Purpose

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

Remarks

When authorizing more than one pairing of network and service, the second method is faster than repeatedly calling the first method.

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

Parameter

Description

networkSpecification

Authorize communication on this network.

servicePort

Authorize communication on this UDP service.

networksServices

Authorize communication on each pairing of network and service in this array. Each element in the array is a string that combines the network parameter with a UDP service, separated by a colon; for example: ";225.1.1.1:5238"

To construct the two parts of these strings, see:

Constructing the Network Parameter in TIBCO Rendezvous Administration
Specifying the UDP Service in TIBCO Rendezvous Administration.

See Also

SecureDaemonProxy

SecureDaemonProxy.getNetworksAndServices()

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