Interface SASLBindRequest

    • Method Detail

      • getSASLMechanism

        java.lang.String getSASLMechanism()
        Retrieves the name of the SASL mechanism to use.
        Returns:
        The name of the SASL mechanism to use.
      • getSASLCredentials

        ASN1OctetString getSASLCredentials()
        Retrieves the SASL credentials for the bind request, if any.
        Returns:
        The SASL credentials for the bind request, or null if there are none.