Jakarta Authentication

Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container's environment to obtain the caller's credentials, validate these, and pass an authenticated identity (such as name and groups) to the container. Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.

Лицензия

Лицензия

Группа

Группа

jakarta.authentication
Идентификатор

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

jakarta.authentication-api
Последняя версия

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

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jakarta Authentication
Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container's environment to obtain the caller's credentials, validate these, and pass an authenticated identity (such as name and groups) to the container. Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.
Ссылка на сайт

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

https://github.com/eclipse-ee4j/authentication
Организация-разработчик

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

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

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

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

Скачать jakarta.authentication-api

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

<!-- https://jarcasting.com/artifacts/jakarta.authentication/jakarta.authentication-api/ -->
<dependency>
    <groupId>jakarta.authentication</groupId>
    <artifactId>jakarta.authentication-api</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/jakarta.authentication/jakarta.authentication-api/
implementation 'jakarta.authentication:jakarta.authentication-api:3.0.0'
// https://jarcasting.com/artifacts/jakarta.authentication/jakarta.authentication-api/
implementation ("jakarta.authentication:jakarta.authentication-api:3.0.0")
'jakarta.authentication:jakarta.authentication-api:jar:3.0.0'
<dependency org="jakarta.authentication" name="jakarta.authentication-api" rev="3.0.0">
  <artifact name="jakarta.authentication-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='jakarta.authentication', module='jakarta.authentication-api', version='3.0.0')
)
libraryDependencies += "jakarta.authentication" % "jakarta.authentication-api" % "3.0.0"
[jakarta.authentication/jakarta.authentication-api "3.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Eclipse EE4J

The Eclipse EE4J Project

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

Версия
3.0.0
2.0.0