Uses of Interface
com.rabbitmq.client.SaslMechanism
-
Packages that use SaslMechanism 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. -
-
Uses of SaslMechanism in com.rabbitmq.client
Methods in com.rabbitmq.client that return SaslMechanism Modifier and Type Method Description SaslMechanism
DefaultSaslConfig. getSaslMechanism(String[] serverMechanisms)
SaslMechanism
JDKSaslConfig. getSaslMechanism(String[] serverMechanisms)
SaslMechanism
SaslConfig. getSaslMechanism(String[] mechanisms)
-
Uses of SaslMechanism in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement SaslMechanism Modifier and Type Class 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: Passwordclass
ExternalMechanism
The EXTERNAL auth mechanismclass
PlainMechanism
The PLAIN auth mechanismMethods in com.rabbitmq.client.impl that return SaslMechanism Modifier and Type Method Description SaslMechanism
CRDemoMechanism.CRDemoSaslConfig. getSaslMechanism(String[] mechanisms)
-