- AuthTokenService: Generate JWT auth tokens.
- LdapRoleLookupService: Look up a user in an LDAP directory and return either "fedoraAdmin" or "fedoraUser", depending on the configured role mappings.
To build the utility
mvn clean package
To deploy the package to Nexus
mvn deploy