Class AnonymousMechanism

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

public class AnonymousMechanism extends AbstractSaslMechanism
SASL Anonymous mechanism implementation.
  • Constructor Details

    • AnonymousMechanism

      public AnonymousMechanism()
  • 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.