Subject: I can’t find anything right now so here’s what I got on the on the ‘acl’ property…
The acl property in the XPages provides another layer of security at document level. The user will still have to go through the other security layers, server access, Application ACL, before they get to this level.
It’s a property just available on a couple of container controls - Panel, Include Page - and on the XPage itself.
So where to start adding this layer of security?
On a XPage, or Panel or Include Page container control, go to the Properties view, then the All Properties tab and then under the data section select the plus button on the ‘acl’ edit area.
Selecting this adds another property ‘entries’.
From here select the plus button on entries and this will give you your first aclEntry property.
From here it’s a matter of filling out these fields
fullName
Use to define the full name of the entry
name
This is a required field, defines the name of the entry
right
Defines the rights the entry can have which can be NOACCESS, READER or EDITOR.
type
This defines the type of entry. Valid selections are USER, GROUP, ROLE, ORGUNIT, ORGROLE, DEFAULT and ANONYMOUS
And here’s some examples…
Here the user Simon Ligo will have no access…
And here only members of the group will be allowed to edit the contents
Hope this helps.
regards,
Paul.