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(java.lang.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 classAnonymousServerSASLclassExternalServerSASLclassGSSAPIServerSASLclassPlainSASLclassServerSASLPlainMethods in org.apache.activemq.artemis.protocol.amqp.sasl that return ServerSASL Modifier and Type Method Description ServerSASLAnonymousServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)ServerSASLExternalServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)ServerSASLGSSAPIServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)ServerSASLPlainServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)ServerSASLServerSASLFactory. create(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.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 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(org.apache.activemq.artemis.core.server.ActiveMQServer server, org.apache.activemq.artemis.spi.core.protocol.ProtocolManager<AmqpInterceptor,AMQPRoutingHandler> manager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection remotingConnection)
-