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 TypeClassDescriptionclassDefault SASL configuration.classImplementation 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 TypeMethodDescriptionvoidConnectionFactory.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