Bigwig Public Key Authentication Mechanism
This is a reference implementation of the public key SASL authentication mechanism provided by Bigwig.
Running the test suite
You will need a Bigwig account to test this mechanism.
License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdio.bigwig |
ArtifactId | ArtifactIdpublic-key-sasl-mechanism |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBigwig Public Key SASL Mechanism
A SASL provider for the RabbitMQ Java library using public key authentication
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.bigwig/public-key-sasl-mechanism/ -->
<dependency>
<groupId>io.bigwig</groupId>
<artifactId>public-key-sasl-mechanism</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bigwig/public-key-sasl-mechanism/
implementation 'io.bigwig:public-key-sasl-mechanism:1.0.1'
// https://jarcasting.com/artifacts/io.bigwig/public-key-sasl-mechanism/
implementation ("io.bigwig:public-key-sasl-mechanism:1.0.1")
'io.bigwig:public-key-sasl-mechanism:jar:1.0.1'
<dependency org="io.bigwig" name="public-key-sasl-mechanism" rev="1.0.1">
<artifact name="public-key-sasl-mechanism" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bigwig', module='public-key-sasl-mechanism', version='1.0.1')
)
libraryDependencies += "io.bigwig" % "public-key-sasl-mechanism" % "1.0.1"
[io.bigwig/public-key-sasl-mechanism "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.rabbitmq : amqp-client | jar | 3.1.3 |
commons-io : commons-io | jar | 1.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.bouncycastle : bcprov-jdk16 | jar | 1.46 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.13 |
junit : junit | jar | 4.11 |
This is a reference implementation of the public key SASL authentication mechanism provided by Bigwig.
You will need a Bigwig account to test this mechanism.