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

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

Introduction

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

Usage

From source file io.bigwig.sasl.PublicKeyMechanism.java

public class PublicKeyMechanism implements SaslMechanism {

    static BASE64Encoder encoder = new BASE64Encoder();
    static Logger log = LoggerFactory.getLogger(PublicKeyMechanism.class);

    final private PrivateKey privateKey;

From source file org.geoserver.notification.common.AnonymousMechanism.java

/**
 * Handles anonymous authentication challenge
 * 
 * @author Xandros
 * @see CustomSaslConfig
 *