This repository contains the code for the Java EE Security API (JSR-375).
JSR 375 API can be built by executing the following from the project root:
mvn clean package
The API jar can then be found in /target.
To make changes, fork this repository, make your changes, and submit a pull request.
For more information about JSR-375, see the project web site at https://javaee.github.io/security-spec/.