Soteria Reference Implementation

Reference Implementation for Java EE Security API

Лицензия

Лицензия

Категории

Категории

Безопасность
Группа

Группа

org.omnifaces
Идентификатор

Идентификатор

javax.security.enterprise
Последняя версия

Последняя версия

1.1-m02
Дата

Дата

Тип

Тип

bundle
Описание

Описание

Soteria Reference Implementation
Reference Implementation for Java EE Security API
Ссылка на сайт

Ссылка на сайт

https://projects.eclipse.org/projects/ee4j/javax.security.enterprise
Организация-разработчик

Организация-разработчик

Eclipse Foundation

Скачать javax.security.enterprise

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
javax.security.enterprise : javax.security.enterprise-api jar 1.0

provided (1)

Идентификатор библиотеки Тип Версия
javax : javaee-api jar 7.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
javax.servlet : javax.servlet-api jar 3.1.0

Модули Проекта

Данный проект не имеет модулей.

Soteria

Jakarta Security Compatible Implementation (CI)

Website

Building

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

mvn clean package

The API and combined API/implementation jars can then be found in /api and /impl respectively.

Sample applications

In /test a number of sample applications are located that each demonstrate a specific feature of Jakarta Security. The folder is called /test since these double as integration tests.

The sample applications are build when the main build as shown above is executed. By default these applications are build for a target server that is not assumed to already provide a Jakarta Security implementation (like a compatible Jakarta EE server would). In that case the Soteria jars are included in the application archive.

Alternatively the sample applications can be build for a server that does provide a Jakarta Security implementation. In that case the Soteria jars are not included in the application archive. This can be done using the provided profile as follows:

mvn clean package -Pprovided

There are 4 CI targets provided to test Soteria against:

  • payara
  • wildfly
  • tomee
  • openliberty

Testing against any of these is done by activating the maven profile with the same name. E.g.

mvn clean install -Ptomee,bundled

Testing against glassfish (which provides soteria integration): mvn clean verify -Pglassfish,provided

Compatibility

Soteria currently runs fully on any of these Jakarta EE Compatible Products.

It runs mostly on TomEE 8.0.5 or above. "Mostly" means here that some features don't work because of bugs in the servers. These bugs are likely going to be fixed in newer versions.

org.omnifaces

Eclipse EE4J

The Eclipse EE4J Project

Версии библиотеки

Версия
1.1-m02
1.1-m01