Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Comment:
EZP-26070
Retrieving the Role Policies
To retrieve the Roles Policies, on a working eZ Platform instance, in dev environment open the file app/cache/dev/appDevDebugProjectContainer.xml
Note |
---|
If you can not find the file, please reload the homepage. The cache will be regenerated. |
Then open it and look for ezpublish.api.role.policy_map
, it will look like this:
Code Block | ||||
---|---|---|---|---|
| ||||
<parameter key="ezpublish.api.role.policy_map" type="collection"> <parameter key="content" type="collection"> <parameter key="read" type="collection"> <parameter key="Class">true</parameter> |
- The 1st sublevel ("content") is a module.
- The 2nd sublevel ("read") is a function.
- The 3rd sublevel ("Class") is a limitation.
Module, function and limitations
Each Module contains functions, and for each function, you have limitations. The default values are shown below.
There are 4 modules:
- content
- section
- state
- user
Content
content Module | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Functions | Limitations | |||||||||||||
Class | Section | Owner | Node | Subtree | Group | Language | Other Limitations | |||||||
read | true | true | true | true | true | true | - |
| ||||||
diff | true | true | true | true | true | - | - | - | ||||||
view_embed | true | true | true | true | true | - | - | - | ||||||
create | true | true | - | true | true | - | true |
| ||||||
edit | true | true | true | true | true | -true | true |
| ||||||
publish | true | true | true | true | true | true | true |
| ||||||
manage_locations | true | true | true | true | - | - | - | |||||||
hide | true | true | true | true | true | true | true |
| ||||||
translate | true | true | true | true | true | true | - | |||||||
remove | true | true | true | true | true | - | - |
| ||||||
versionread | true | true | true | true | true | - | - |
| ||||||
versionremove | true | true | true | treu | true | - | - |
| ||||||
true | true | true | true | true | - | - | - |
Section
section Module | |
---|---|
Function | Limitations |
assign |
|
State
state Module | |
---|---|
Function | Limitations |
assign |
|
User
user Module | |
---|---|
Function | Limitations |
login |
|
In this topic:
Table of Contents | ||
---|---|---|
|