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.security.auth.message
Идентификатор

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

jakarta.security.auth.message-api
Последняя версия

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

2.0.0-RC1
Дата

Дата

Тип

Тип

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.security.auth.message-api

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

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

Зависимости

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

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

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

Jakarta Authentication

This repository contains the code for Jakarta Authentication.

Online JavaDoc

Building

Jakarta Authentication can be built by executing the following from the project root:

mvn clean package

The API jar can then be found in /api/target.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

About 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.security.auth.message

Eclipse EE4J

The Eclipse EE4J Project

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

Версия
2.0.0-RC1
1.1.3
1.1.2