Class PasswordChanger
- java.lang.Object
-
- com.saperion.ngc.dialogs.userprofile.PasswordChanger
-
- All Implemented Interfaces:
UserSettingsModifier,java.io.Serializable
public class PasswordChanger extends java.lang.Object implements UserSettingsModifier
A user modifier that changes the current users password. Created by IntelliJ IDEA. User: jsc Date: 12.03.12 Time: 16:44- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordChanger(java.lang.String oldPwd, java.lang.String newPwd)Literal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmodify()Implement to define action that modifies the current user.
-
-
-
Method Detail
-
modify
public void modify() throws SystemException, AuthenticationExceptionDescription copied from interface:UserSettingsModifierImplement to define action that modifies the current user.- Specified by:
modifyin interfaceUserSettingsModifier- Throws:
SystemException- when the server call failsAuthenticationException- when authorization fails
-
-