Registry / auth / wildfly-elytron-client

wildfly-elytron-client

JSON →
library2.8.4.Finaljavamavenunverified

Provides client-side security authentication and SSL configuration for WildFly applications using the Elytron security framework.

<dependency> <groupId>org.wildfly.security</groupId> <artifactId>wildfly-elytron-client</artifactId> <version>2.8.4.Final</version> </dependency>
INSTALL
IMPORT
SIG · WILDFLY-ELYTRON-CL
W
wildfly-elytron-client
authjavav2.8.4.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.

AuthenticationContext
org.wildfly.security.auth.client.AuthenticationContext

Creates an authentication context with anonymous rule for client connections.

import org.wildfly.security.auth.client.AuthenticationContext; import org.wildfly.security.auth.client.MatchRule; public class Example { public static void main(String[] args) { AuthenticationContext context = AuthenticationContext.empty(); context = context.withRule(MatchRule.ALL, AuthenticationContext.ANONYMOUS); // Use context for client connections } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.8.4.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
wildfly-elytron-client — mvn dependency:get wildfly-elytron-client · libregistry