Class | Description |
---|---|
ContentAccessManager |
Class managing access to contents on the front-office side.
|
IsContentRestrictedAction |
Test if a content is restricted or not, depending on the pages it's in.
If at least one page is not restricted, returns EMPTY_MAP. |
IsPageRestrictedAction |
Tests if the current page has some access restrictions.
If the page is not restricted, returns EMPTY_MAP. |
IsSitemapRestrictedAction |
Tests if a given sitemap has some access restrictions.
If the sitemap is not restricted, returns EMPTY_MAP. |
Enum | Description |
---|---|
ContentAccessManager.ContentAccess |
Enumeration representing a content access status.
|
RestrictedPagePolicy |
Per-site policy of rendering of restricted pages.
HIDDEN: restricted pages access will remain hidden for unauthorized front-office users. |