Class 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
      void modify()
      Implement to define action that modifies the current user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait