Uses of Interface
org.apache.activemq.artemis.protocol.amqp.sasl.ServerSASLFactory
-
Packages that use ServerSASLFactory Package Description org.apache.activemq.artemis.protocol.amqp.sasl org.apache.activemq.artemis.protocol.amqp.sasl.scram -
-
Uses of ServerSASLFactory in org.apache.activemq.artemis.protocol.amqp.sasl
Classes in org.apache.activemq.artemis.protocol.amqp.sasl that implement ServerSASLFactory Modifier and Type Class Description classAnonymousServerSASLFactoryclassExternalServerSASLFactoryclassGSSAPIServerSASLFactoryclassPlainServerSASLFactoryMethods in org.apache.activemq.artemis.protocol.amqp.sasl that return ServerSASLFactory Modifier and Type Method Description static ServerSASLFactoryMechanismFinder. getFactory(java.lang.String mechanism) -
Uses of ServerSASLFactory in org.apache.activemq.artemis.protocol.amqp.sasl.scram
Classes in org.apache.activemq.artemis.protocol.amqp.sasl.scram that implement ServerSASLFactory Modifier and Type Class Description classSCRAMServerSASLFactoryabstract class that implements the SASL-SCRAM authentication scheme, concrete implementations must supply theSCRAMtype to use and be register via SPIclassSHA256SCRAMServerSASLFactoryprovides SASL SRAM-SHA256classSHA512SCRAMServerSASLFactoryprovides SASL SRAM-SHA512
-