Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSaslConfig
Default SASL configuration.
|
class |
JDKSaslConfig
Implementation of SaslConfig that uses the JDK SASL implementation.
|
Modifier and Type | Method and Description |
---|---|
SaslConfig |
ConnectionFactory.getSaslConfig()
Gets the sasl config to use when authenticating
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.setSaslConfig(SaslConfig saslConfig)
Sets the sasl config to use when authenticating
|
Modifier and Type | Class and Description |
---|---|
static class |
CRDemoMechanism.CRDemoSaslConfig |
Modifier and Type | Method and Description |
---|---|
SaslConfig |
ConnectionParams.getSaslConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionParams.setSaslConfig(SaslConfig saslConfig) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.