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
Classes in com.rabbitmq.client that implement SaslMechanism Modifier and Type Class Description private class
JDKSaslConfig.JDKSaslMechanism
Methods in com.rabbitmq.client that return SaslMechanism Modifier and Type Method Description SaslMechanism
DefaultSaslConfig. getSaslMechanism(java.lang.String[] serverMechanisms)
SaslMechanism
JDKSaslConfig. getSaslMechanism(java.lang.String[] serverMechanisms)
SaslMechanism
SaslConfig. getSaslMechanism(java.lang.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(java.lang.String[] mechanisms)
-