NIHVIVO-3523 For the first iteration, let's implement MANAGE_MENUS as a SimplePermission. This version still needs the loader and the policy and...
This commit is contained in:
parent
bf27bddb46
commit
4139ec0f6e
11 changed files with 268 additions and 43 deletions
10
webapp/web/WEB-INF/resources/permission_config.n3
Normal file
10
webapp/web/WEB-INF/resources/permission_config.n3
Normal file
|
@ -0,0 +1,10 @@
|
|||
# $This file is distributed under the terms of the license in /doc/license.txt$
|
||||
|
||||
@prefix auth: <http://vitro.mannlib.cornell.edu/ns/vitro/authorization#> .
|
||||
@prefix simplePermission: <java://edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission#> .
|
||||
|
||||
auth:ADMIN
|
||||
a auth:PermissionSet ;
|
||||
auth:hasPermission simplePermission:ManageMenus ;
|
||||
.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue