IamUtil.updateUserPassword()
DESCRIPTION
Update an IAM user’s password on device.
This function blocks until it has succeeded.
DECLARATION
public abstract void updateUserPassword(Connection connection, String username, String password)
PARAMETERS
connection:
- An established connection to the device
username:
- Username for the user that should have password updated
password:
- New password for the user
THROWS EXCEPTIONS
BLOCKED_BY_DEVICE_CONFIGURATION:
- if the device configuration does not allow the current user to update the specified user's password (the
IAM:SetUserPassword
action is not allowed for the requesting role for theIAM:Username
user) IAM_NOT_SUPPORTED:
- if Nabto Edge IAM is not supported by the device