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)
|
.andForRole(UserRole.EXAM_ADMIN)
|
||||||
.withInstitutionalPrivilege(PrivilegeType.WRITE)
|
.withInstitutionalPrivilege(PrivilegeType.WRITE)
|
||||||
.andForRole(UserRole.EXAM_SUPPORTER)
|
.andForRole(UserRole.EXAM_SUPPORTER)
|
||||||
|
.withInstitutionalPrivilege(PrivilegeType.ASSIGNED)
|
||||||
.withOwnerPrivilege(PrivilegeType.MODIFY)
|
.withOwnerPrivilege(PrivilegeType.MODIFY)
|
||||||
.create();
|
.create();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue