public static class UserManager.ResetPasswordOptions extends Object
| Constructor and Description |
|---|
ResetPasswordOptions(String signInName)
Initializes a new instance of the
UserManager.ResetPasswordOptions. |
| Modifier and Type | Method and Description |
|---|---|
UserManager.ResetPasswordOptions |
setLocale(Locale locale)
Set the preferred locale for the language of the reset password email.
|
UserManager.ResetPasswordOptions |
setSignInName(String signInName)
Set the account sign in name which should be reset.
|
public ResetPasswordOptions(String signInName)
UserManager.ResetPasswordOptions.signInName - User sign in name.UserManager.ResetPasswordOptions.setSignInName(String)public UserManager.ResetPasswordOptions setSignInName(String signInName)
signInName - User account sign in name.AuthenticationException - when signInName is invalid or not a properly
formatted email address.public UserManager.ResetPasswordOptions setLocale(Locale locale)
locale - The locale or null to use the device default: Locale.getDefault().Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.