Package org.apache.activemq.transport.amqp.sasl
-
Interface Summary Interface Description SaslMechanism A SASL Mechanism implements this interface in order to provide the AmqpAuthenticator with the means of providing authentication services in the SASL handshake step. -
Class Summary Class Description AbstractSaslMechanism Base class for SASL Mechanisms that provides common functionality.AmqpAuthenticator SASL Authentication engine.AnonymousMechanism SASL Anonymous mechanism implementation.PlainMechanism Implements the SASL Plain mechanism.