SimpleAuthorizationInfo.addRole

Adds (assigns) a role to those associated with the account. If the account doesn't yet have any roles, a new roles collection (a Set) will be created automatically. @param role the role to add to those associated with the account.

class SimpleAuthorizationInfo
void
addRole
(
string role
)

Meta