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
 SaslMechanism getSaslMechanism(java.lang.String[] mechanisms)
           
 

Method Detail

getSaslMechanism

SaslMechanism getSaslMechanism(java.lang.String[] mechanisms)