UserImportOptions.Builder

public static class UserImportOptions.Builder extends Object

Public Method Summary

UserImportOptions
build()
Builds a new UserImportOptions.
UserImportOptions.Builder
setHash(UserImportHash hash)
Sets the algorithm used to hash user passwords.

Inherited Method Summary

Public Methods

public UserImportOptions build ()

Builds a new UserImportOptions.

Returns

public UserImportOptions.Builder setHash (UserImportHash hash)

Sets the algorithm used to hash user passwords. This is required when at least one of the ImportUserRecord instances being imported has a password hash. See setPasswordHash(byte[]).

Parameters
hash A UserImportHash.
Returns
  • This builder.