Skip to content

escay/authorization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

226 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jakarta Authorization

This repository contains the code for Jakarta Authorization.

Online JavaDoc

Building

Jakarta Authorization can be built by executing the following from the project root:

mvn clean package

The API jar can then be found in /app/target.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

About Jakarta Authorization

Jakarta Authorization defines a low-level SPI for authorization modules, which are repositories of permissions facilitating subject based security by determining whether a given subject has a given permission, and algorithms to transform security constraints for specific containers (such as Jakarta- Servlet or Enterprise Beans) into these permissions.

About

Jakarta Authorization

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.1%
  • CSS 1.9%
  • C++ 1.0%
  • HTML 0.8%
  • FreeMarker 0.5%
  • Pascal 0.4%
  • Pawn 0.3%