-
Notifications
You must be signed in to change notification settings - Fork 23
Administration of CMIS server
linzhixing edited this page Apr 22, 2015
·
4 revisions
Default permission settings are defined in
-
<SOURCE_PATH>/nemakiware/src/main/webapp/WEB-INF/classes/permission.yml
Define all kinds of permission in NemakiWare -
<SOURCE_PATH>/nemakiware/src/main/webapp/WEB-INF/classes/permission-mapping.yml
Define the allowable CMIS action for a permission.
See Spec 2.1.12.3.2
- permission.yml
It is referenced bypermission.definition
property key. - permission-mapping.yml
It is referenced bypermission.mapping.definition
property key.
These keys are can be defined anywhere in CMIS server(or Tomcat)'s class path.
Referenced settings files must be in CMIS server(or Tomcat)'s class path.
You can create custom permission setting files, then
- declare keys in
app-server-general.propertes
in Tomcat, or - declare keys in
custom-nemakiwre.properties
in source code