Interface ServiceAccountCredentials.Builder

    • Method Detail

      • accountName

        ServiceAccountCredentials.Builder accountName​(String accountName)

        The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.

        Parameters:
        accountName - The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountPassword

        ServiceAccountCredentials.Builder accountPassword​(String accountPassword)

        The password for the account.

        Parameters:
        accountPassword - The password for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.