Class PlainMechanism

java.lang.Object
org.apache.activemq.transport.amqp.sasl.AbstractSaslMechanism
org.apache.activemq.transport.amqp.sasl.PlainMechanism
All Implemented Interfaces:
SaslMechanism

public class PlainMechanism extends AbstractSaslMechanism
Implements the SASL Plain mechanism.
  • Constructor Details

    • PlainMechanism

      public PlainMechanism()
  • Method Details

    • processSaslStep

      public void processSaslStep(org.apache.qpid.proton.engine.Sasl sasl)
      Description copied from interface: SaslMechanism
      Perform the SASL processing for this mechanism type.
      Parameters:
      sasl - the SASL server that has read the incoming SASL exchange.
    • getMechanismName

      public String getMechanismName()
      Returns:
      the name of the implemented SASL mechanism.