uCosminexus Application Server, Security Management Guide

[Contents][Index][Back][Next]

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
changePassword method Changes a password.
Organization of this section
The changePassword method