class documentation
class AccessableContainer(AccessableObject): (source)
Known subclasses: zms._accessmanager.AccessManager
Access-control mixin for container-like ZMS objects.
| Method | grant |
Grant anonymous and authenticated public access for this container. |
| Method | revoke |
Revoke public access and restore restricted permission handling. |
| Method | synchronize |
Synchronize local role permission settings for this container. |
Inherited from AccessableObject:
| Method | get |
Resolve effective language permissions for a user on this object. |
| Method | get |
Resolve effective user roles for this object. |
| Method | get |
Return all users with effective roles and languages on this object. |
| Method | has |
Check whether the authenticated user can view this object. |
| Method | has |
Return whether public access is effectively allowed for this object. |
| Method | has |
Return whether this object is explicitly marked as restricted. |
| Method | manage |
Update properties of the currently authenticated user. |
| Method | synchronize |
Synchronize public-access permissions with the current restriction flags. |
| Method | zmi |
Preprocess ZMI page requests and enforce access restrictions. |
| Class Variable | manage_user |
Undocumented |