Package com.rabbitmq.client
Interface SaslConfig
-
- All Known Implementing Classes:
CRDemoMechanism.CRDemoSaslConfig
,DefaultSaslConfig
,JDKSaslConfig
public interface SaslConfig
This interface represents a hook to allow you to control how exactly a sasl client is selected during authentication.- See Also:
ConnectionFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SaslMechanism
getSaslMechanism(String[] mechanisms)
-
-
-
Method Detail
-
getSaslMechanism
SaslMechanism getSaslMechanism(String[] mechanisms)
-
-