public static class
UserImportOptions.Builder
extends Object
Public Method Summary
| UserImportOptions |
build()
Builds a new
UserImportOptions. |
| UserImportOptions.Builder |
Inherited Method Summary
Public Methods
public UserImportOptions build ()
Builds a new UserImportOptions.
Returns
- A non-null
UserImportOptions.
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.