IamUtil.renameUser()
DESCRIPTION
Update an IAM user’s username on device.
This function blocks until it has succeeded.
DECLARATION
public abstract void renameUser(Connection connection, String username, String newUsername)
PARAMETERS
connection:- An established connection to the device
username:- Username for the user that should have username updated
newUsername:- New username for the user
THROWS EXCEPTIONS
IamException:- with IamError
USER_DOES_NOT_EXISTif the specified user does not exist on the device (see note above) IamException:- with IamError
INVALID_INPUTif username is not valid as per https://docs.nabto.com/developer/api-reference/coap/iam/post-users.html#request IamException:- with IamError
BLOCKED_BY_DEVICE_CONFIGURATIONif the device configuration does not allow the current user to update the specified user's display name (theIAM:SetUserUsernameaction is not allowed for the requesting role for theIAM:Usernameuser) IamException:- with IamError
IAM_NOT_SUPPORTEDif Nabto Edge IAM is not supported by the device