Registry / auth / jboss-sasl

jboss-sasl

JSON →
library1.0.5.Finaljavamavenunverified

Provides SASL (Simple Authentication and Security Layer) support for JBoss applications.

<dependency> <groupId>org.jboss.sasl</groupId> <artifactId>jboss-sasl</artifactId> <version>1.0.5.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-SASL
J
jboss-sasl
authjavav1.0.5.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.

JBossSaslProvider
org.jboss.sasl.JBossSaslProvider

Registers the JBoss SASL security provider.

import org.jboss.sasl.JBossSaslProvider; import javax.security.sasl.Sasl; public class Example { public static void main(String[] args) { java.security.Security.addProvider(new JBossSaslProvider()); System.out.println("SASL provider registered"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
jboss-sasl — mvn dependency:get jboss-sasl · libregistry