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 SaslMechanismDefaultSaslConfig. getSaslMechanism(String[] serverMechanisms)SaslMechanismJDKSaslConfig. getSaslMechanism(String[] serverMechanisms)SaslMechanismSaslConfig. 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 classCRDemoMechanismProvides equivalent security to PLAIN but demos use of Connection.Secure(Ok) START-OK: Username SECURE: "Please tell me your password" SECURE-OK: PasswordclassExternalMechanismThe EXTERNAL auth mechanismclassPlainMechanismThe PLAIN auth mechanismMethods in com.rabbitmq.client.impl that return SaslMechanism Modifier and Type Method Description SaslMechanismCRDemoMechanism.CRDemoSaslConfig. getSaslMechanism(String[] mechanisms)
-