dmatej / exousia

Exousia, a Jakarta Authorization implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exousia

Eclipse Exousia implements Jakarta Authorization 2.1, a technology that provides 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 Jakarta Enterprise Beans) into these permissions

Website

Building

Exousia can be built by executing the following from the project root:

mvn clean package

About

Exousia, a Jakarta Authorization implementation

License:Eclipse Public License 2.0


Languages

Language:Java 100.0%