prepare for improved user privilege system
This commit is contained in:
parent
f2a0034150
commit
c861967f5b
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ public class AuthorizationServiceImpl implements AuthorizationService {
|
|||
.andForRole(UserRole.EXAM_ADMIN)
|
||||
.withInstitutionalPrivilege(PrivilegeType.WRITE)
|
||||
.andForRole(UserRole.EXAM_SUPPORTER)
|
||||
.withInstitutionalPrivilege(PrivilegeType.ASSIGNED)
|
||||
.withOwnerPrivilege(PrivilegeType.MODIFY)
|
||||
.create();
|
||||
|
||||
|
|
Loading…
Reference in a new issue