Uses of Interface
org.apache.activemq.artemis.protocol.amqp.sasl.ServerSASL
-
Packages that use ServerSASL Package Description org.apache.activemq.artemis.protocol.amqp.broker This package includes classes used to interact with the broker.org.apache.activemq.artemis.protocol.amqp.proton.handler org.apache.activemq.artemis.protocol.amqp.sasl org.apache.activemq.artemis.protocol.amqp.sasl.scram -
-
Uses of ServerSASL in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker that return ServerSASL Modifier and Type Method Description ServerSASLAMQPConnectionCallback. getServerSASL(String mechanism) -
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 ServerSASL Modifier and Type Method Description voidProtonHandler. 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 ServerSASL Modifier and Type Class Description classAnonymousServerSASLclassExternalServerSASLclassGSSAPIServerSASLclassPlainSASLclassServerSASLPlain -
Uses of ServerSASL in org.apache.activemq.artemis.protocol.amqp.sasl.scram
Classes in org.apache.activemq.artemis.protocol.amqp.sasl.scram that implement ServerSASL Modifier and Type Class Description classSCRAMServerSASLMethods in org.apache.activemq.artemis.protocol.amqp.sasl.scram that return ServerSASL Modifier and Type Method Description ServerSASLSCRAMServerSASLFactory. create(ActiveMQServer server, ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, Connection connection, RemotingConnection remotingConnection)
-