Interface Sasl.Builder

    • Method Detail

      • scram

        Sasl.Builder scram​(Scram scram)

        Details for SASL/SCRAM client authentication.

        Parameters:
        scram -

        Details for SASL/SCRAM client authentication.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iam

        Sasl.Builder iam​(Iam iam)

        Indicates whether IAM access control is enabled.

        Parameters:
        iam -

        Indicates whether IAM access control is enabled.

        Returns:
        Returns a reference to this object so that method calls can be chained together.