Class SCRAMClientSASL

  • All Implemented Interfaces:
    ClientSASL

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

      • 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