https://github.com/dagit/grid2-als
Extensions to CAS to enable Account Linking Service
https://github.com/dagit/grid2-als
Last synced: 4 months ago
JSON representation
Extensions to CAS to enable Account Linking Service
- Host: GitHub
- URL: https://github.com/dagit/grid2-als
- Owner: dagit
- License: other
- Created: 2012-02-21T00:40:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-17T01:10:43.000Z (about 14 years ago)
- Last Synced: 2024-12-31T04:42:00.718Z (over 1 year ago)
- Language: Java
- Homepage: http://grid2.galois.com
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Contents:
docs: Documentation about using the ALS extension.
cas-config: Example configuration for deploying CAS with the ALS
extension.
cas-server-support-account-linking: Java project that implements
account linking and persistence.
cas-server-support-voms-admin: Java code that extends a CAS server to
support interfacing with VOMS-Admin to get user attributes.
voms-admin-soap-api: Java project that provides a basic SOAP client
for accessing VOMS-Admin.
voms-attribute-fetcher: Java project that provides a higher-level
wrapper around the VOMS-Admin SOAP API.
voms-attribute-client: Java project that is a simple executable that
does a test of the voms-attribute-fetcher.
setup-java-dev.sh: Invoke maven on all of the relevant Java packages
so that their dependencies are installed and they are configured
for use in Eclipse.