Uses of Class
org.minijax.security.ChangePasswordResult
-
-
Uses of ChangePasswordResult in org.minijax.security
Methods in org.minijax.security that return ChangePasswordResult Modifier and Type Method Description ChangePasswordResultSecurity. changePassword(String oldPassword, String newPassword, String confirmNewPassword)Changes the current user's password.static ChangePasswordResultChangePasswordResult. 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.
-