com.accendia.iris.admin.interfaces
Interface IUserProfile


public interface IUserProfile

The interface is implemented by the users command and allows the current user to change its password.


Method Summary
 int changePassword(char[] oldPassword, char[] newPassword)
          Changes the password for the current user.
 

Method Detail

changePassword

int changePassword(char[] oldPassword,
                   char[] newPassword)
                   throws java.io.IOException
Changes the password for the current user. The returned error codes are defined in IReturnCodes.

Parameters:
oldPassword - The old password.
newPassword - The new password.
Returns:
Code indicating success or the error reason code.
Throws:
java.io.IOException