passwordChanger abstract method
- 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:
- passwordChanger: the PasswordChanger.
Returns: a PasswordChange object.
Implementation
PasswordChange passwordChanger(PasswordChanger passwordChanger);