Lets say you want to modify the access control for "Test Page" page(Unique name for page is testpage). If thats the case then you should follow this procedure
- Load the access control object for this page using
set acl [$Access getacl Content [$Content find page uniquename testpage]]
This will load all the access control information for this is acl object. - Once the access information for a resource is loaded in acl bean then you can decide if you want to either only view the information or edit the information. In our case since we want to edit the page information call
$PacList edit $acl
- In the next step we can actual grant or revoke of the user role.
Ex.$PacList grant User special Authenticated
This will assign All authenticated users User role on the page$PacList revoke PrivilegedUser special Authenticated
This will remove Privileged Usre role for all authenticated users on this page.$PacList grant Editor name "johndoe"
This will assign Editor role to John Doe on this page - Once your done manipulating the access control information then you can commit your changes by calling
$PacList done
This command would write back your changes in Portal Access Control
2 comments:
You have to save that..
$PacList done is just a simple quit
You have to use:
$Access setacl [$PacList done]
To save that
Thanks for info
Seo Services in Bangalore
Post a Comment