IamUtil.updateUserPasswordCallback()

DESCRIPTION

Update an IAM user’s password on device. Runs asynchronously with a callback.

Result and error information is sent to the callback.

DECLARATION

    public abstract void updateUserPasswordCallback(Connection connection, String username, String password, IamCallback callback)

PARAMETERS

connection:
An established connection to the device
username:
Username for the user that should have password updated
password:
New password for the user
callback:
The callback that will be run once the function has completed successfully or erroneously.