15.11 The PasswordUtil class
- Description
-
Changes a user's password.
The package name of the PasswordUtil class is com.cosminexus.admin.auth.util.
- Syntax
class PasswordUtil { public static void changePassword(String name, String uid, String oldPassword, String newPassword) throws LoginException, SecurityException; }- Method
-
Method name
Functionality
Changes a password.
- Organization of this section