Class SCRAMClientSASL

java.lang.Object
org.apache.activemq.artemis.protocol.amqp.sasl.scram.SCRAMClientSASL
All Implemented Interfaces:
ClientSASL

public class SCRAMClientSASL extends Object implements ClientSASL
implements the client part of SASL-SCRAM for broker interconnect
  • Constructor Details

    • SCRAMClientSASL

      public SCRAMClientSASL(SCRAM scram, String username, String password)
      Parameters:
      scram - the SCRAM mechanism to use
      username - the username for authentication
      password - the password for authentication
    • SCRAMClientSASL

      protected SCRAMClientSASL(SCRAM scram, String username, String password, String nonce)
  • Method Details