| Package | Description |
|---|---|
| com.rabbitmq.stream.sasl |
SASL API for the RabbitMQ Stream Java Client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousSaslMechanism
The
ANONYMOUS SaslMechanism. |
class |
ExternalSaslMechanism
The
EXTERNAL SaslMechanism. |
class |
PlainSaslMechanism
The
PLAIN SaslMechanism. |
| Modifier and Type | Field and Description |
|---|---|
static SaslMechanism |
PlainSaslMechanism.INSTANCE |
static SaslMechanism |
AnonymousSaslMechanism.INSTANCE |
static SaslMechanism |
ExternalSaslMechanism.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
SaslMechanism |
JdkSaslConfiguration.getSaslMechanism(List<String> serverMechanisms) |
SaslMechanism |
DefaultSaslConfiguration.getSaslMechanism(List<String> mechanisms) |
SaslMechanism |
SaslConfiguration.getSaslMechanism(List<String> mechanisms)
Pick mechanism according to the ones passed in.
|
Copyright © 2024 Broadcom Inc. and/or its subsidiaries. All rights reserved.