https://github.com/clarin-eric/fcs-endpoint-demos
https://github.com/clarin-eric/fcs-endpoint-demos
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clarin-eric/fcs-endpoint-demos
- Owner: clarin-eric
- License: gpl-3.0
- Created: 2024-12-06T16:16:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T16:51:04.000Z (over 1 year ago)
- Last Synced: 2025-09-10T03:14:16.999Z (9 months ago)
- Language: Java
- Size: 32.2 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FCS Endpoint Demos
This repository contains various demo FCS endpoint implementations. Each implementation will focus on a specific topic and tries to be as concise as possible so that readers can easily recognize what is crucial for the implementation.
## Implementations
### [AAI](aai/)
This endpoint demonstrates how to enable AAI so that Resources with availability restrictions can be announced and access allowed or denied based on authentication info being sent from FCS clients (Aggregator).
The `web.xml` shows needed configurations while the SearchEngine implementation will highlight how to access the authentication info to further process search requests for restricted Resources. The `endpoint-description.xml` will show how to announce Resource availability restrictions.