Interface SaslMechanism

    • Method Detail

      • getName

        String getName()
        The name of the SASL mechanism.
        Returns:
        the name of the SASL mechanism
      • handleChallenge

        byte[] handleChallenge​(byte[] challenge,
                               CredentialsProvider credentialsProvider)
        Handle a challenge from the server
        Parameters:
        challenge - the server challenge
        credentialsProvider - the credentials to use
        Returns:
        the response to the challenge