Class AmqpAuthenticator
java.lang.Object
org.apache.activemq.transport.amqp.sasl.AmqpAuthenticator
SASL Authentication engine.
-
Constructor Summary
ConstructorsConstructorDescriptionAmqpAuthenticator(AmqpTransport transport, org.apache.qpid.proton.engine.Sasl sasl, BrokerService brokerService) -
Method Summary
Modifier and TypeMethodDescriptionString[]booleanisDone()voidprocessSaslExchange(org.apache.activemq.command.ConnectionInfo connectionInfo)
-
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
- Returns:
- the list of all SASL mechanisms that are supported currently.
-
processSaslExchange
public void processSaslExchange(org.apache.activemq.command.ConnectionInfo connectionInfo)
-