List of usage examples for com.rabbitmq.client SaslConfig interface-usage
From source file io.bigwig.sasl.PublicKeyConfig.java
public class PublicKeyConfig implements SaslConfig { static { Security.addProvider(new org.bouncycastle.jce.provider.BouncyCastleProvider()); }
From source file org.geoserver.notification.common.CustomSaslConfig.java
/**
* Implementation to allow the ANONYMOUS auth mechanism
*
* @author Xandros
*
*/