Interface OrgUnitUserRoleManagementStrategy
- All Known Implementing Classes:
OrgUnitApproversManagementStrategy
public interface OrgUnitUserRoleManagementStrategy
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRoleToUser(String unitId, String userId) Adds an organizational unit dependent role to the uservoidremoveRoleFromUser(String unitId, String userId) Removes an organizational unit dependent role from the user
-
Method Details
-
addRoleToUser
Adds an organizational unit dependent role to the user- Parameters:
userId- is the identifier of the user
-
removeRoleFromUser
Removes an organizational unit dependent role from the user- Parameters:
userId- is the identifier of the user
-