Class SCRAMServerSASLFactory

java.lang.Object
org.apache.activemq.artemis.protocol.amqp.sasl.scram.SCRAMServerSASLFactory
All Implemented Interfaces:
ServerSASLFactory
Direct Known Subclasses:
SHA256SCRAMServerSASLFactory, SHA512SCRAMServerSASLFactory

public abstract class SCRAMServerSASLFactory extends Object implements ServerSASLFactory
abstract class that implements the SASL-SCRAM authentication scheme, concrete implementations must supply the SCRAM type to use and be register via SPI
  • Constructor Details

    • SCRAMServerSASLFactory

      public SCRAMServerSASLFactory(SCRAM scram, org.slf4j.Logger logger)
  • Method Details