Registry / auth / wildfly-elytron-auth-server

wildfly-elytron-auth-server

JSON →
library2.8.3.Finaljavamavenunverified

Provides authentication server capabilities for the WildFly Elytron security framework, enabling secure identity management.

<dependency> <groupId>org.wildfly.security</groupId> <artifactId>wildfly-elytron-auth-server</artifactId> <version>2.8.3.Final</version> </dependency>
INSTALL
IMPORT
SIG · WILDFLY-ELYTRON-AU
W
wildfly-elytron-auth-server
authjavav2.8.3.Final
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.

SecurityDomain
org.wildfly.security.auth.server.SecurityDomain

Minimal example showing how to create a SecurityDomain and retrieve the current security identity.

import org.wildfly.security.auth.server.SecurityDomain; import org.wildfly.security.auth.server.SecurityIdentity; public class Example { public static void main(String[] args) throws Exception { SecurityDomain domain = SecurityDomain.builder().build(); SecurityIdentity identity = domain.getCurrentSecurityIdentity(); System.out.println("Current identity: " + identity); } }
Debug
Known issues
breakingElytron API has changed significantly between versions; code written for 1.x may not work with 2.x.
fix
Check the migration guide when upgrading between major versions of WildFly Elytron.
affects: >=1.0.0 <2.0.0
Upgrade
Version history
2.8.3.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Resources
wildfly-elytron-auth-server — mvn dependency:get wildfly-elytron-auth-server · libregistry