| Modifier and Type | Method and Description |
|---|---|
ChangePasswordResult |
Security.changePassword(String oldPassword,
String newPassword,
String confirmNewPassword)
Changes the current user's password.
|
static ChangePasswordResult |
ChangePasswordResult.valueOf(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 © 2019 Ajibot. All rights reserved.