Uses of Interface
com.rabbitmq.client.SaslConfig
-
Packages that use SaslConfig 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 SaslConfig in com.rabbitmq.client
Classes in com.rabbitmq.client that implement SaslConfig Modifier and Type Class Description class
DefaultSaslConfig
Default SASL configuration.class
JDKSaslConfig
Implementation of SaslConfig that uses the JDK SASL implementation.Methods in com.rabbitmq.client that return SaslConfig Modifier and Type Method Description SaslConfig
ConnectionFactory. getSaslConfig()
Gets the sasl config to use when authenticatingMethods in com.rabbitmq.client with parameters of type SaslConfig Modifier and Type Method Description void
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 SaslConfig Modifier and Type Class Description static class
CRDemoMechanism.CRDemoSaslConfig
Methods in com.rabbitmq.client.impl that return SaslConfig Modifier and Type Method Description SaslConfig
ConnectionParams. getSaslConfig()
Methods in com.rabbitmq.client.impl with parameters of type SaslConfig Modifier and Type Method Description void
ConnectionParams. setSaslConfig(SaslConfig saslConfig)
-