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

Jakarta Authentication Specification 2.0.1.Final

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

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

authentication-spec
Версия

Версия

2.0.1.Final
Тип

Тип

pom
Описание

Описание

Jakarta Authentication Specification
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 by Red Hat

Скачать authentication-spec 2.0.1.Final


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

Зависимости

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

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

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