Interface AuthenticationMode.Builder

    • Method Detail

      • type

        AuthenticationMode.Builder type​(String 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:
        InputAuthenticationType, InputAuthenticationType
      • passwords

        AuthenticationMode.Builder passwords​(Collection<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.
      • 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.