Class AmqpAuthenticator


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

      • AmqpAuthenticator

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

      • 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​(ConnectionInfo connectionInfo)