This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Description
As it is, I don't think we can call this a "Java Library". Here are the things that would be needed to
- Minimal dependencies. Don't need the myproxy, or the oauth server support. Actually, I would suspect we don't need any of the mariadb-java-client, edu.uiuc.ncsa.*, ...
- Users will want to be able to feed in the scitoken as an opaque string, and get a SciToken object?
- Users should then be able to test the token for:
- Given an operation (read, write), a path, and a token. Tell the caller yes or no if the tokens allows for this operation.
- Also, the user should be able to create a token, given a private key.