Uses of Interface
com.rabbitmq.client.SaslConfig
Packages that use SaslConfig
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 SaslConfig in com.rabbitmq.client
Classes in com.rabbitmq.client that implement SaslConfigModifier and TypeClassDescriptionclass
Default SASL configuration.class
Implementation of SaslConfig that uses the JDK SASL implementation.Methods in com.rabbitmq.client that return SaslConfigModifier and TypeMethodDescriptionConnectionFactory.getSaslConfig()
Gets the sasl config to use when authenticatingMethods in com.rabbitmq.client with parameters of type SaslConfigModifier and TypeMethodDescriptionvoid
ConnectionFactory.setSaslConfig
(SaslConfig saslConfig) Sets the sasl config to use when authenticating -
Uses of SaslConfig in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement SaslConfigMethods in com.rabbitmq.client.impl that return SaslConfigMethods in com.rabbitmq.client.impl with parameters of type SaslConfig