Class PasswordChanger
java.lang.Object
com.saperion.ngc.dialogs.userprofile.PasswordChanger
- All Implemented Interfaces:
UserSettingsModifier
,Serializable
A user modifier that changes the current users password.
Created by IntelliJ IDEA.
User: jsc
Date: 12.03.12
Time: 16:44
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
modify()
Implement to define action that modifies the current user.
-
Constructor Details
-
PasswordChanger
Literal constructor.- Parameters:
oldPwd
- the old PasswordnewPwd
- the new password.
-
-
Method Details
-
modify
Description copied from interface:UserSettingsModifier
Implement to define action that modifies the current user.- Specified by:
modify
in interfaceUserSettingsModifier
- Throws:
SystemException
- when the server call failsAuthenticationException
- when authorization fails
-