首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 在节点上查看或修改权限的网络脚本

在节点上查看或修改权限的网络脚本

资 源 简 介

These project is the start of a collection of web scripts to help manager permissions in Alfresco. Currently there are two web scripts: * permissions GET -- This web script returns the current permissions for a given node * permissions POST -- This web script allows you to modify the permissions for a given node Both web scripts by default return the permissions is a JSON object, where each permission is defined as a triplet of [ALLOWED|DENIED];[USERNAME|GROUPNAME];PERMISSION permissions POST reads the modifications from a JSON object, where the permissions are also defined as a triplet [ADD|REMOVE];[USERNAME|GROUPNAME];PERMISSION The expected format of this JSON object is { permissions: [ > "REMOVE;user3;All", > "REMOVE;user2;All", > "ADD;user4;Coordinator", > "ADD;GROUP\_usergroup1;Consumer" ] , "inherit": false } inherit is optional. It allows you to spec

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP