Description
Page Permission is a permitted action on a particular target page or set of pages:
- view
- edit
- comment
- rename
- upload
- delete
- modify
Implied Permissions
Certain permissions imply others:
- The "modify" PagePermission implies "edit" and "upload"
- The "edit" PagePermission implies "view" and "comment"
- The "upload" PagePermission implies "view"
- The "delete" PagePermission implies "edit"
- Up to v2.4, "rename" PagePermission implies "modify". From v2.6 on, this is no longer the case (see http://www.jspwiki.org/wiki/NewIn2.6
).
For details go to Security