https://github.com/eclipse-ee4j/soteria
Soteria, a Jakarta Security implementation
https://github.com/eclipse-ee4j/soteria
Last synced: 3 months ago
JSON representation
Soteria, a Jakarta Security implementation
- Host: GitHub
- URL: https://github.com/eclipse-ee4j/soteria
- Owner: eclipse-ee4j
- License: other
- Created: 2018-05-24T14:06:11.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T16:24:42.000Z (3 months ago)
- Last Synced: 2025-10-16T14:16:51.517Z (3 months ago)
- Language: Java
- Homepage:
- Size: 855 KB
- Stars: 63
- Watchers: 12
- Forks: 30
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Notice: NOTICE.md
Awesome Lists containing this project
- awesome-java - Soteria
README
# Soteria
Jakarta Security Compatible Implementation (CI)
[Website](https://eclipse-ee4j.github.io/soteria)
Building
--------
Soteria can be built by executing the following from the project root:
``mvn clean package``
The implementation and an SPI implementation for Weld can then be found in /impl and /spi respectively.
Sample applications
-------------------
Sample application have been integrated with the [Jakarta Security TCK](https://github.com/jakartaee/security/tree/master/tck).
Compatibility
-------------
Soteria is used by GlassFish, WildFly, WebLogic and JEUS. It can be added to Tomcat.