ContentUserGroupsPAC.xml

 


 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 /********************************************************************/
 /* Licensed Materials - Property of IBM                             */
 /* (c) Copyright IBM Corp. 2001, 2004.  All rights reserved.        */
 /*                                                                  */
 /* US Government Users Restricted Rights - Use, duplication or      */
 /* disclosure restricted by GSA ADP Schedule Contract with IBM      */
 /* Corp.                                                            */
 /********************************************************************/
 -->
 <request 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:noNamespaceSchemaLocation="PortalConfig_1.2.xsd"
     type="update" create-oids="true">
     <portal action="locate">  
         <!-- grant wpsContentAdministrators admin authority over ICM Content Repository -->
         <virtual-resource action="update" name="ICM_CONTENT_REPOSITORY" objectid="ICM_CONTENT_REPOSITORY"> 
            <access-control externalized="false" owner="undefined" private="false">
                 <role actionset="Administrator" update="set">
                     <mapping subjectid="@WpsContentAdministrators@" subjecttype="USER_GROUP" update="set"/>
                 </role>
             </access-control>
         </virtual-resource>
         <virtual-resource action="update" name="USERS" objectid="0_0_3P_USERS">
             <access-control externalized="false" owner="undefined" private="false">
                 <role actionset="Delegator" update="set">
                     <mapping subjectid="@WpsContentAdministrators@" subjecttype="USER_GROUP" update="set"/>
                 </role>
             </access-control>
         </virtual-resource>
 
         <virtual-resource action="update" name="USER_GROUPS" objectid="0_0_3P_USER_GROUPS">
             <access-control externalized="false" owner="undefined" private="false">
                 <role actionset="Delegator" update="set">
                     <mapping subjectid="@WpsContentAdministrators@" subjecttype="USER_GROUP" update="set"/>
                 </role>
             </access-control>
         </virtual-resource>
 
         <web-app action="locate" uid="com.ibm.wps.portlets.resourceview.ResourceView">
             <portlet-app action="locate" uid="com.ibm.wps.portlets.resourceview.ResourceView.1">
                <portlet action="update" active="true" name="Resource View">
                    <access-control>
                        <role actionset="User" update="set">
                            <mapping subjectid="@WpsContentAdministrators@" subjecttype="USER_GROUP" update="set"/>
                        </role>
                    </access-control>
                </portlet>
             </portlet-app>
         </web-app>
      
         <content-node action="update" uniquename="wps.Resource Permissions">
             <access-control>
                 <role actionset="User" update="set">
                     <mapping subjectid="@WpsContentAdministrators@" subjecttype="USER_GROUP" update="set"/>
                 </role>
             </access-control>
         </content-node>
     </portal>
 </request>


 

 

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.