Interface OrgUnitUserRoleManagementStrategy

All Known Implementing Classes:
OrgUnitApproversManagementStrategy

public interface OrgUnitUserRoleManagementStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRoleToUser(String unitId, String userId)
    Adds an organizational unit dependent role to the user
    void
    removeRoleFromUser(String unitId, String userId)
    Removes an organizational unit dependent role from the user
  • Method Details

    • addRoleToUser

      void addRoleToUser(String unitId, String userId)
      Adds an organizational unit dependent role to the user
      Parameters:
      userId - is the identifier of the user
    • removeRoleFromUser

      void removeRoleFromUser(String unitId, String userId)
      Removes an organizational unit dependent role from the user
      Parameters:
      userId - is the identifier of the user