Outcomes for password changes, returned by the User#changePassword(String, String) method and its ilk.
All members of ChangePasswordResult, including inherited members.
VariablesModifier and Type | Variable | Description |
---|---|---|
public | ChangePassword_Blocked | The user has been blocked; the password has not been changed. |
public | ChangePassword_Failure | The attempt to change the user's password has failed. |
public | ChangePassword_NotHandled | The user's password change is not handled by this System Connection. |
public | ChangePassword_Success | The user's password has been successfully changed. |
Modifier and Type | Method | Description |
---|---|---|
public int | getValue() | Called by Agentry to retrieve the integer value for the enum. |