Explanation of class security levels.
The table below maps class definition security levels to the rights from which they are comprised. For example, the View Properties security level includes the rights View all properties and Read permissions.
In Administration Console for Content Platform Engine, you can view and modify access rights and permissions on the Security page of a class definition's property sheet.
Each right in the table is expressed as a user interface (UI) description of the right and as an access right setting that corresponds to the UI description. For example, the right to view all properties could appear as View all properties in an application UI, but the actual setting for viewing all rights is the AccessRight.READ value.
Rights | Full Control | Modify properties | Link | View properties <Default> |
---|---|---|---|---|
View all properties AccessRight.READ |
![]() |
![]() |
![]() |
![]() |
Modify all properties AccessRight.WRITE |
![]() |
![]() |
||
Link AccessRight.LINK |
![]() |
![]() |
![]() |
|
Create instance AccessRight.CREATE_INSTANCE |
![]() |
![]() |
||
Create subclass AccessRight.CREATE_CHILD |
![]() |
![]() |
||
Delete AccessRight.DELETE |
![]() |
|||
Read permissions AccessRight.READ_ACL |
![]() |
![]() |
![]() |
![]() |
Modify permissions AccessRight.WRITE_ACL |
![]() |
|||
Modify Owner AccessRight.WRITE_OWNER |
![]() |