Networking leases
* Summary:
An internal module of the workspace service that governs what IP addresses (and associated settings) are assigned to incoming requests.
An active implementation is required.
* Java interface:
org.globus.workspace.network.AssociationAdapter
Source code: service/service/java/source/src/org/globus/workspace/network/
Activated by way of the $GLOBUS_LOCATION/etc/nimbus/workspace-service/other/main.xml file -- see the "nimbus-rm.networks" Spring bean.
* Default implementation:
org.globus.workspace.network.defaults.DefaultAssociationAdapter
Source code: service/service/java/source/src/org/globus/workspace/network/defaults/