https://github.com/jakartaee/security
Jakarta Security
https://github.com/jakartaee/security
authentication authorization security
Last synced: 8 months ago
JSON representation
Jakarta Security
- Host: GitHub
- URL: https://github.com/jakartaee/security
- Owner: jakartaee
- License: other
- Created: 2018-03-27T17:37:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T17:59:13.000Z (9 months ago)
- Last Synced: 2025-05-07T12:56:20.810Z (8 months ago)
- Topics: authentication, authorization, security
- Language: Java
- Homepage: https://projects.eclipse.org/projects/ee4j.security
- Size: 14.1 MB
- Stars: 53
- Watchers: 25
- Forks: 39
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-java - Jakarta Security
README
# Jakarta Security
This repository contains the code for Jakarta Security.
[Online JavaDoc](https://javadoc.io/doc/jakarta.security.enterprise/jakarta.security.enterprise-api/)
[Website](https://jakartaee.github.io/security/)
Building
--------
Jakarta Security can be built by executing the following from the project root:
``mvn clean package``
The API jar can then be found in /api/target.
Making Changes
--------------
To make changes, fork this repository, make your changes, and submit a pull request.
About Jakarta Security
-------------
Jakarta Security defines a standard for creating secure Jakarta EE applications in modern application paradigms.
It defines an overarching (end-user targeted) Security API for Jakarta EE Applications.
Jakarta Security builds on the lower level Security SPIs defined by Jakarta Authentication and Jakarta Authorization,
which are both not end-end targeted.