| Modifier and Type | Method | Description |
|---|---|---|
ChangePasswordResult |
Security.changePassword(java.lang.String oldPassword,
java.lang.String newPassword,
java.lang.String confirmNewPassword) |
Changes the current user's password.
|
static ChangePasswordResult |
ChangePasswordResult.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ChangePasswordResult[] |
ChangePasswordResult.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Ajibot. All rights reserved.