Uses of Interface
org.apache.activemq.artemis.protocol.amqp.sasl.ServerSASL
Packages that use ServerSASL
Package
Description
This package includes classes used to interact with the broker.
-
Uses of ServerSASL in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker that return ServerSASL -
Uses of ServerSASL in org.apache.activemq.artemis.protocol.amqp.proton.handler
Methods in org.apache.activemq.artemis.protocol.amqp.proton.handler with parameters of type ServerSASLModifier and TypeMethodDescriptionvoidProtonHandler.setChosenMechanism(ServerSASL chosenMechanism) -
Uses of ServerSASL in org.apache.activemq.artemis.protocol.amqp.sasl
Classes in org.apache.activemq.artemis.protocol.amqp.sasl that implement ServerSASLModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.apache.activemq.artemis.protocol.amqp.sasl that return ServerSASLModifier and TypeMethodDescriptionAnonymousServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) ExternalServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) GSSAPIServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) PlainServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) ServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection) creates a newServerSASLfor the provided context -
Uses of ServerSASL in org.apache.activemq.artemis.protocol.amqp.sasl.scram
Classes in org.apache.activemq.artemis.protocol.amqp.sasl.scram that implement ServerSASLMethods in org.apache.activemq.artemis.protocol.amqp.sasl.scram that return ServerSASLModifier and TypeMethodDescriptionSCRAMServerSASLFactory.create(org.apache.activemq.artemis.core.server.ActiveMQServer server, ProtocolManager<AmqpInterceptor, AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection)