Registry / auth / geronimo-security

geronimo-security

JSON →
library1.0javamavenunverified

Apache Geronimo security module providing authentication and authorization services for Java EE applications.

<dependency> <groupId>geronimo</groupId> <artifactId>geronimo-security</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-SECURITY
G
geronimo-security
authjavav1.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.

SecurityService
org.apache.geronimo.security.SecurityService

Minimal example showing how to initialize a Geronimo security service with a realm.

import org.apache.geronimo.security.SecurityService; import org.apache.geronimo.security.realm.GenericSecurityRealm; public class Quickstart { public static void main(String[] args) { SecurityService service = new SecurityService(); GenericSecurityRealm realm = new GenericSecurityRealm(); service.addRealm("myRealm", realm); System.out.println("Security service initialized."); } }
Debug
Known issues
breakingGeronimo Security is part of the retired Apache Geronimo server; consider using Spring Security or Apache Shiro for modern applications.
fix
Migrate to a modern security framework like Spring Security or Apache Shiro.
affects: all
Upgrade
Version history
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
geronimo-security — mvn dependency:get geronimo-security · libregistry