IamUtil.getAvailableRolesCallback()
DESCRIPTION
Retrieve the roles that a user can be assigned on this device. Runs asynchronously with a callback.
Result and error information is sent to the callback.
DECLARATION
public abstract void getAvailableRolesCallback(Connection connection, IamCallback<String[]> callback)
PARAMETERS
connection:
- An established connection to the device
callback:
- The callback that will be run once the function has completed successfully or erroneously.