Registry / auth / jakarta-authentication-api

jakarta-authentication-api

JSON →
library3.1.0javamavenunverified

Defines a low-level SPI for authentication mechanisms in Jakarta EE containers, supporting profiles like Jakarta Servlet.

<dependency> <groupId>jakarta.authentication</groupId> <artifactId>jakarta.authentication-api</artifactId> <version>3.1.0</version> </dependency>
INSTALL
IMPORT
SIG · JAKARTA-AUTHENTICA
J
jakarta-authentication-api
authjavav3.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AuthStatus
jakarta.authentication.AuthStatus

Represents the result of an authentication operation.

import jakarta.authentication.AuthStatus; import jakarta.authentication.message.AuthException; public class Example { public static void main(String[] args) { AuthStatus status = AuthStatus.SUCCESS; System.out.println(status); } }
Debug
Known issues
breakingBreaking changes between Jakarta Authentication 2.x and 3.x may affect migration.
fix
Update imports and adapt to new API signatures when upgrading from 2.x to 3.x.
affects: >=3.0.0
Upgrade
Version history
3.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
jakarta-authentication-api — mvn dependency:get jakarta-authentication-api · libregistry