Adding new Access Control Entry for a Principal
New permissions can be added by adding an Access Controlling Entry. Simply click the Add ACE button.
This brings up the window shown below, the next step is to choose a path where the permission must be configured.
Here, a path is selected where you can configure a permission for dam-users:
After the path is selected, the workflow goes back to this screen, where the user can then select one or more of the privileges from the available namespaces (like jcr
, rep
or crx
) as shown i below.
Privileges can be added by searching using the text field and then selecting from the list.
After the list of privileges has been selected, the user can choose the Permission Type : Deny or Allow, as shown below.
Using Restrictions
In addition to the list of privileges and the Permission Type on a given path, this screen also lets you add restrictions for fine grained access control as shown below:
Restrictions can be added as shown below by choosing the restriction type, entering the value and hitting the + icon.
The new ACE is reflected in the Access Control List as shown below. Note that jcr:write
is an aggregate privilege that includes jcr:removeNode
that was added above, but is not shown below as its covered under jcr:write
.