j

jakarta.authentication-api

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
EPL 2.0 GPL2 w/ CPE
Jakarta Authentication
Arjan Tijms Yamini K B
Files download
File Operation
jakarta.authentication-api-2.0.0.jar download
jakarta.authentication-api-2.0.0.pom download
jakarta.authentication-api-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>jakarta.authentication</groupId>
  <artifactId>jakarta.authentication-api</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'jakarta.authentication:jakarta.authentication-api:2.0.0'
Gradle Kotlin
implementation("jakarta.authentication:jakarta.authentication-api:2.0.0")
Scala SBT
libraryDependencies += "jakarta.authentication" % "jakarta.authentication-api" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='jakarta.authentication', module='jakarta.authentication-api', version='2.0.0')
)
Apache Ivy
<dependency org="jakarta.authentication" name="jakarta.authentication-api" rev="2.0.0" />
Leiningen
[jakarta.authentication/jakarta.authentication-api "2.0.0"]
Apache Buildr
'jakarta.authentication:jakarta.authentication-api:jar:2.0.0'