Conclusion
At this point, you should be able to:
- Synchronize your local container with the grid trust fabric
- Create a new account on Dorian
- Create a grid proxy certificate
- Add yourself to a GridGrouper group
- Use Introduce to enable security for a grid service
- Perform method-level authorization using GridGrouper
- Invoke a secure grid service and determine if the call was successfully authorized or not
- Create an use custom exceptions/faults
- Add and use a service property
Cleaning Up
Since the tutorial service was deployed to Globus, its libraries will be intermingled with those of Globus. Since caGrid services build against the contents of the Globus lib directory, it is possible that some classes from another service may be picked up by your build. To avoid this issue, it is advisable to throw away the Globus directory used in this tutorial before creating a new service.
If you are interested in learning more about caGrid, please remove the limited caGrid download provided for this tutorial and download the actual caGrid 1.0 release, and peruse the rest of this site.
Completed Service
The service generated by this tutorial may be downloaded here
. This service builds upon the service developed in the beginner's tutorial session.





