MVN

jakarta.authentication : jakarta.authentication-api

Maven & Gradle

Mar 07, 2022
36 usages
19 stars

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.

<dependency>
    <groupId>jakarta.authentication</groupId>
    <artifactId>jakarta.authentication-api</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jakarta.authentication : jakarta.authentication-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of jakarta.authentication : jakarta.authentication-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jakarta.authentication-api-3.0.0
2.0.x
jakarta.authentication-api-2.0.0

How to add a dependency to Maven

Add the following jakarta.authentication : jakarta.authentication-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jakarta.authentication</groupId>
    <artifactId>jakarta.authentication-api</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jakarta.authentication : jakarta.authentication-api gradle dependency to your build.gradle file:

implementation 'jakarta.authentication:jakarta.authentication-api:3.0.0'

Gradle Kotlin DSL: Add the following jakarta.authentication : jakarta.authentication-api gradle kotlin dependency to your build.gradle.kts file:

implementation("jakarta.authentication:jakarta.authentication-api:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following jakarta.authentication : jakarta.authentication-api sbt scala dependency to your build.sbt file:

libraryDependencies += "jakarta.authentication" % "jakarta.authentication-api" % "3.0.0"

Advertisement

Dependencies from Group

Mar 07, 2022
36 usages
19 stars

Discover Dependencies

Nov 08, 2012
10 usages
Jun 09, 2018
12 usages
Jun 13, 2018
29 usages
0 stars
Dec 18, 2022
30 usages
44 stars
Jun 25, 2023
49 usages
Jan 09, 2017
3 usages
0 stars
Jun 04, 2018
12 usages
1 stars
Jan 22, 2018
5 usages
1.9k stars
Jul 02, 2020
6 usages
8 stars
Nov 21, 2022
1 usages
1 stars