Class AmqpAuthenticator

java.lang.Object
org.apache.activemq.transport.amqp.sasl.AmqpAuthenticator

public class AmqpAuthenticator extends Object
SASL Authentication engine.
  • Constructor Details

    • AmqpAuthenticator

      public AmqpAuthenticator(AmqpTransport transport, org.apache.qpid.proton.engine.Sasl sasl, BrokerService brokerService)
  • Method Details

    • isDone

      public boolean isDone()
      Returns:
      true if the SASL exchange has completed, regardless of success.
    • getSupportedMechanisms

      public String[] getSupportedMechanisms()
      Returns:
      the list of all SASL mechanisms that are supported currently.
    • processSaslExchange

      public void processSaslExchange(org.apache.activemq.command.ConnectionInfo connectionInfo)