SecureDaemonProxy.removeNetworkAndService()
Method
Related Form
SecureDaemonProxy.removeNetworksAndServices()
Declaration
SecureDaemonProxyremoveNetworkAndService
(
java.lang.String networkSpecification,
int servicePort)
throws ConfigurationException
SecureDaemonProxyremoveNetworksAndServices
(
java.lang.String[] networksServices)
throws ConfigurationException
Purpose
Remove authorization to communicate on a network and service pair.
Remarks
When removing 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 |
||||||
|
Remove authorization for this network. |
||||||
|
Remove authorization for this UDP service. |
||||||
|
Remove authorization for 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; for example: To construct the two parts of these strings, see:
|
See Also
SecureDaemonProxy.authorizeNetworkAndService()
SecureDaemonProxy.getNetworksAndServices()
For the corresponding browser pages, see Authorize Network and Service Pairs in
For background information, see Network and Service Authorization in