Sample Data
The sample data is included on the SDX software CD. For information about installing the sample data, see SDX Software Basics Guide, Chapter 6, Operating the Directory Server. The sample Dynamic Service Activator is configured as follows:
- Namespace properties reflect the location of the logging subsystem's configuration properties and the location of the NIC proxy's configuration properties.
- NIC proxy properties are located in the nicProxy object.
- Logging properties are located in and inherited from the WebApplication object.
Methods and Clients
The sample data shows several methods in the methods/scripts pane of the DynamicServiceActivation.xml file. The methods are configured as follows:
- Clients Fred and Joe have access with no constraints to the Subscriber_readSubscription method.
- Client Joe has access to the Subscriber_activateService and theSubscriber_deactivateService methods with no constraints. Client Fred, however, can use these methods only to manage services with names that start with "Audio."
- Client Fred can also use the Subscriber_modifyService method for services with names that start with "Audio." Client Joe, however, cannot use this method.
- Client Joe is the only client who can use the Subscriber_login and Subscriber_logout methods.