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:
j2blake 2011-12-16 20:52:23 +00:00
parent bf27bddb46
commit 4139ec0f6e
11 changed files with 268 additions and 43 deletions

View 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 ;
.