Interface AddRoleToGroupApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,SwpClient
public interface AddRoleToGroupApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addRoleToGroup(RightsGroupId group, SecurityRoleId role)
Add a security role to a rights group.
-
-
-
Method Detail
-
addRoleToGroup
void addRoleToGroup(RightsGroupId group, SecurityRoleId role)
Add a security role to a rights group.- Parameters:
group
- a rights group such as "readAnyGraphGrp"role
- a role such as "ANY_ROLE" or "Admin"
-
-