changePasswordFailed(StringBuffer) method

This method is called when the changePassword(String, String) method returns any value other than ChangePassword_Success or ChangePassword_NotHandled.

Syntax

public void changePasswordFailed ( StringBuffer errorString )

Parameters

Usage

This method can be overridden to perform any necessary processing in the event a password change fails.

This method will only be called if authentication is enabled for the Agentry Java system connection.