passwordChanger abstract method

PasswordChange passwordChanger(
  1. PasswordChanger passwordChanger
)

Specifies the object that will be informed of the potential recoverable errors and is responsible for obtaining the password from the end-user.

IMPORTANT
Providing the password changer is required.

Params:

Returns: a PasswordChange object.

Implementation

PasswordChange passwordChanger(PasswordChanger passwordChanger);