Interface AuthenticationMode.Builder

  • Method Details

    • type

      Indicates whether the user requires a password to authenticate. All newly-created users require a password.

      Parameters:
      type - Indicates whether the user requires a password to authenticate. All newly-created users require a password.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Indicates whether the user requires a password to authenticate. All newly-created users require a password.

      Parameters:
      type - Indicates whether the user requires a password to authenticate. All newly-created users require a password.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • passwords

      The password(s) used for authentication

      Parameters:
      passwords - The password(s) used for authentication
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • passwords

      AuthenticationMode.Builder passwords(String... passwords)

      The password(s) used for authentication

      Parameters:
      passwords - The password(s) used for authentication
      Returns:
      Returns a reference to this object so that method calls can be chained together.