Interface ServerSASLFactory

    • Method Detail

      • getMechanism

        String getMechanism()
        Returns:
        the name of the scheme to offer
      • getPrecedence

        int getPrecedence()
        returns the precedence of the given SASL mechanism, the default precedence is zero, where higher means better
        Returns:
        the precedence of this mechanism
      • isDefaultPermitted

        boolean isDefaultPermitted()
        Returns:
        true if this mechanism should be part of the servers default permitted protocols or false if it must be explicitly configured