org.glassfish.soteria:parent

Security Soteria - the Reference Implementation of JSR 375

Лицензия

Лицензия

Категории

Категории

GlassFish Контейнер Application Servers
Группа

Группа

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

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

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

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

2.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Security Soteria - the Reference Implementation of JSR 375
Ссылка на сайт

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

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

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

Eclipse Foundation
Система контроля версий

Система контроля версий

https://github.com/eclipse-ee4j/soteria

Скачать parent

Имя Файла Размер
parent-2.0.1.pom 9 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.glassfish.soteria/parent/ -->
<dependency>
    <groupId>org.glassfish.soteria</groupId>
    <artifactId>parent</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.soteria/parent/
implementation 'org.glassfish.soteria:parent:2.0.1'
// https://jarcasting.com/artifacts/org.glassfish.soteria/parent/
implementation ("org.glassfish.soteria:parent:2.0.1")
'org.glassfish.soteria:parent:pom:2.0.1'
<dependency org="org.glassfish.soteria" name="parent" rev="2.0.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.soteria', module='parent', version='2.0.1')
)
libraryDependencies += "org.glassfish.soteria" % "parent" % "2.0.1"
[org.glassfish.soteria/parent "2.0.1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
jakarta.security.enterprise : jakarta.security.enterprise-api jar 2.0.0
jakarta.annotation : jakarta.annotation-api jar 2.0.0
jakarta.ejb : jakarta.ejb-api jar 4.0.0
jakarta.xml.bind : jakarta.xml.bind-api jar 3.0.0

provided (6)

Идентификатор библиотеки Тип Версия
jakarta.servlet : jakarta.servlet-api jar 5.0.0
jakarta.interceptor : jakarta.interceptor-api jar 2.0.0
jakarta.el : jakarta.el-api jar 4.0.0
jakarta.enterprise : jakarta.enterprise.cdi-api jar 3.0.0
jakarta.authentication : jakarta.authentication-api jar 2.0.0
jakarta.authorization : jakarta.authorization-api jar 2.0.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

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

  • impl
  • spi

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.glassfish.soteria

Eclipse EE4J

The Eclipse EE4J Project

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

Версия
2.0.1
2.0.0
1.0.1
1.0
1.0-b07