SecureDaemonProxy.authorizeNetworkAndService()
Method
Related Form
SecureDaemonProxy.authorizeNetworksAndServices()
Declaration
SecureDaemonProxyauthorizeNetworkAndService
(
java.lang.String networkSpecification,
int servicePort)
throws ConfigurationException
SecureDaemonProxyauthorizeNetworksAndServices
(
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 |
||||||
|
Authorize communication on this network. |
||||||
|
Authorize communication on this UDP service. |
||||||
|
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: To construct the two parts of these strings, see:
|
See Also
SecureDaemonProxy.getNetworksAndServices()
SecureDaemonProxy.removeNetworkAndService()
For the corresponding browser pages, see Authorize Network and Service Pairs in
For background information, see Network and Service Authorization in