is not current version
Last Version 3.0.0

Jakarta Authentication 2.0.0

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.

License

License

GroupId

GroupId

jakarta.authentication
ArtifactId

ArtifactId

jakarta.authentication-api
Version

Version

2.0.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

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

Project Organization

Jakarta Authentication
Source Code Management

Source Code Management

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

Download jakarta.authentication-api 2.0.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.