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.

Лицензия

Лицензия

Категории

Категории

JBoss Контейнер Application Servers Безопасность
Группа

Группа

org.jboss.spec.javax.security.auth.message
Идентификатор

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

jboss-jaspi-api_1.1_spec
Последняя версия

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

2.0.1.Final
Дата

Дата

Тип

Тип

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/jboss/jboss-jakarta-jaspi-api_spec
Организация-разработчик

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

JBoss by Red Hat
Система контроля версий

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

https://github.com/jboss/jboss-jakarta-jaspi-api_spec

Скачать jboss-jaspi-api_1.1_spec

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

<!-- https://jarcasting.com/artifacts/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec/ -->
<dependency>
    <groupId>org.jboss.spec.javax.security.auth.message</groupId>
    <artifactId>jboss-jaspi-api_1.1_spec</artifactId>
    <version>2.0.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec/
implementation 'org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_spec:2.0.1.Final'
// https://jarcasting.com/artifacts/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec/
implementation ("org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_spec:2.0.1.Final")
'org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_spec:jar:2.0.1.Final'
<dependency org="org.jboss.spec.javax.security.auth.message" name="jboss-jaspi-api_1.1_spec" rev="2.0.1.Final">
  <artifact name="jboss-jaspi-api_1.1_spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.spec.javax.security.auth.message', module='jboss-jaspi-api_1.1_spec', version='2.0.1.Final')
)
libraryDependencies += "org.jboss.spec.javax.security.auth.message" % "jboss-jaspi-api_1.1_spec" % "2.0.1.Final"
[org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec "2.0.1.Final"]

Зависимости

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

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

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

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 /app/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.

org.jboss.spec.javax.security.auth.message

Eclipse EE4J

The Eclipse EE4J Project

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

Версия
2.0.1.Final
2.0.0.Final
2.0.0.CR2
2.0.0.CR1
1.0.2.Final
1.0.1.Final
1.0.0.Final
1.0.0.Beta1
1.0.0.Alpha1