Registry / auth / jetty-jaas

jetty-jaas

JSON →
library11.0.26javamavenunverified

Jetty JAAS support provides authentication and authorization using JAAS.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jaas</artifactId> <version>11.0.26</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-JAAS
J
jetty-jaas
authjavav11.0.26
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.

JAASLoginService
org.eclipse.jetty.jaas.JAASLoginService

Creates a JAASLoginService with a specified realm name.

import org.eclipse.jetty.jaas.JAASLoginService; public class Main { public static void main(String[] args) { JAASLoginService loginService = new JAASLoginService("MyRealm"); System.out.println("Login service created: " + loginService); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.26latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
jetty-jaas — mvn dependency:get jetty-jaas · libregistry