Security control elements
The security control element is used to set access controls on the item being created.
access element
The access element provides a mechanism to set the access controls on Web Content Management items via the feed. A feed entry can contain multiple access sub-elements. Each access element should contain the common name of a single, valid, portal user or group. The users and groups specified in the access element are added to the system defined security fields on the Web Content Management items.
Table 1. access element
Element parameters: Details for this element: Applies to item types Content Required for item types None Allowable Values
- [all users]
- [all authenticated portal users]
- The common name of any valid portal user or group.
Required Attributes None Optional Attributes
- type
- This attribute allows the feed producer to specify the exact access level that should be granted to the user or group. The allowable values for the type attribute correspond to the access levels available in Web Content Management: "user", "contributor", "editor" and "manager". If the type attribute is not specified, "user" access will be applied.
Required sub-elements None Optional sub-elements None
Examples:
<ibmwcm:access type="user"> [all users] </ibmwcm:access> <ibmwcm:access type="editor"> Sales </ibmwcm:access>
Parent topic:
RSS Namespace Extension for Web content