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.authorizeNetworkAndService()
SecureDaemonProxy.removeNetworkAndService()
For the corresponding browser pages, see Authorize Network and Service Pairs in
For background information, see Network and Service Authorization in