Uses of Interface
com.rabbitmq.client.SaslMechanism
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of SaslMechanism in com.rabbitmq.client
Modifier and TypeMethodDescriptionDefaultSaslConfig.getSaslMechanism
(String[] serverMechanisms) JDKSaslConfig.getSaslMechanism
(String[] serverMechanisms) SaslConfig.getSaslMechanism
(String[] mechanisms) -
Uses of SaslMechanism in com.rabbitmq.client.impl
Modifier and TypeClassDescriptionclass
The ANONYMOUS auth mechanismclass
Provides equivalent security to PLAIN but demos use of Connection.Secure(Ok) START-OK: Username SECURE: "Please tell me your password" SECURE-OK: Passwordclass
The EXTERNAL auth mechanismclass
The PLAIN auth mechanismModifier and TypeMethodDescriptionCRDemoMechanism.CRDemoSaslConfig.getSaslMechanism
(String[] mechanisms)