global-acl

Represents an Escenic access control list (ACL), which assigns a specified role to one or more users or user groups. A role implies a defined set of access rights. This element represents a global ACL, so the access rights apply to the publication as a whole.

Syntax
<global-acl
    name="(reader|administrator|useradmin|editor|journalist)"
    publication-id="integer"
  >
    <user-ref/>*
    <user-group-ref/>*
  </global-acl>
Attributes
name="(reader|administrator|useradmin|editor|journalist)"

The name of the role represented by this ACL.

Allowed values are:

reader
administrator
useradmin
editor
journalist
publication-id="integer"

The ID of the publication to which this global-acl belongs.