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 | Method and Description |
---|---|
SaslMechanism |
SaslConfig.getSaslMechanism(String[] mechanisms) |
SaslMechanism |
DefaultSaslConfig.getSaslMechanism(String[] serverMechanisms) |
SaslMechanism |
JDKSaslConfig.getSaslMechanism(String[] serverMechanisms) |
Modifier and Type | Class and Description |
---|---|
class |
CRDemoMechanism
Provides equivalent security to PLAIN but demos use of Connection.Secure(Ok)
START-OK: Username
SECURE: "Please tell me your password"
SECURE-OK: Password
|
class |
ExternalMechanism
The EXTERNAL auth mechanism
|
class |
PlainMechanism
The PLAIN auth mechanism
|
Modifier and Type | Method and Description |
---|---|
SaslMechanism |
CRDemoMechanism.CRDemoSaslConfig.getSaslMechanism(String[] mechanisms) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.