RoxenCMS 5.4Web Developer ManualAccess Control Tags

   

<ac-add-identity>
<ac-add-ppoint>
<ac-change-handle>
<ac-change-name>
<ac-change-password>
<ac-cookie-auth>
<ac-cookie-logout>
<ac-disable-auths>
<ac-enable-auths>
<ac-remove-identity>
<ac-remove-ppoint>
<ac-set-identity-data>
<ac-set-membership>
<ac-set-permission>
<ac-update-identity>

<ac-set-permission/>

Provided by module: Access Control: Tags

Set permission for a group on a given protection points associated protection class. Alternatively a source protection point can be given by any of the 'from-' attributes to copy all permisions from that protection points protection class. Note that global write access is required to copy permissions.


Attributes

group="{string, int}"

Username or numerical id of the group to set permissions for.


perm="{read, write, none, clear}"

Type of permission.

ValueMeaning

read

Explicit read permission

write

Explicit write permission

none

Explicit no permission

clear

Remove any explicit type of permission. Permissions are allowed to be inherited from other group memberships.


path="string"

Path to a file or directory that has an associated protection point.


rxml="string"

The name of an RXML protection point.


zone="string"

The name of a zone to specify the zone protection point. Zone names are case sensitive.


workarea="string"

The name of a work area to specify the workarea protection point. Work area names are case sensitive.


plugin="string"

The name of a plugin to specify the plugin protection point. Plugin names are case sensitive.


pphandle="string"

The handle of any protection point. This is useful to specify other custom protection points like 'content editor'.


from-path="string"

Path to a file or directory that has an associated protection point.


from-rxml="string"

The name of an RXML protection point.


from-zone="string"

The name of a zone to specify the zone protection point. Zone names are case sensitive.


from-workarea="string"

The name of a work area to specify the workarea protection point. Work area names are case sensitive.


from-plugin="string"

The name of a plugin to specify the plugin protection point. Plugin names are case sensitive.


from-pphandle="string"

The handle of any protection point. This is useful to specify other custom protection points like 'content editor'.