Interface SaslMechanism

    • Method Detail

      • getName

        java.lang.String getName()
        The name of this mechanism (e.g. PLAIN)
        Returns:
        the name
      • handleChallenge

        LongString handleChallenge​(LongString challenge,
                                   java.lang.String username,
                                   java.lang.String password)
        Handle one round of challenge-response
        Parameters:
        challenge - the challenge this round, or null on first round.
        username - name of user
        password - for username
        Returns:
        response