Example usage for com.rabbitmq.client SaslConfig interface-usage

List of usage examples for com.rabbitmq.client SaslConfig interface-usage

Introduction

In this page you can find the example usage for com.rabbitmq.client SaslConfig interface-usage.

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
 *
 */