https://github.com/umd-lib/umd-fcrepo-auth-utils
UMD Libraries Fedora 4 Authentication Utilities
https://github.com/umd-lib/umd-fcrepo-auth-utils
Last synced: over 1 year ago
JSON representation
UMD Libraries Fedora 4 Authentication Utilities
- Host: GitHub
- URL: https://github.com/umd-lib/umd-fcrepo-auth-utils
- Owner: umd-lib
- Created: 2023-11-06T19:12:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T18:36:06.000Z (over 1 year ago)
- Last Synced: 2025-01-10T09:25:44.786Z (over 1 year ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UMD Libraries Fedora 4 Authentication Utilities
* [AuthTokenService](src/main/java/edu/umd/lib/fcrepo/AuthTokenService.java): Generate JWT auth tokens.
* [LdapRoleLookupService](src/main/java/edu/umd/lib/fcrepo/LdapRoleLookupService.java): Look up a
user in an LDAP directory and return either "fedoraAdmin" or "fedoraUser", depending on the
configured role mappings.
## Build
To build the utility
```sh
mvn clean package
```
## Deploy
To deploy the package to Nexus
```sh
mvn deploy
```