[gatein-commits] gatein SVN: r2967 - portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 4 05:20:09 EDT 2010


Author: thomas.heute at jboss.com
Date: 2010-05-04 05:20:08 -0400 (Tue, 04 May 2010)
New Revision: 2967

Modified:
   portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml
Log:
JBEPP-276: Reference Guide
GTNPORTAL-953: wrong definition of UserACL.access.control.workspace


Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml	2010-05-04 09:13:42 UTC (rev 2966)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml	2010-05-04 09:20:08 UTC (rev 2967)
@@ -11,7 +11,7 @@
 			The default permission configuration for the portal is defined through the <literal>org.exoplatform.portal.config.UserACL</literal> component configuration in the file <filename>02portal.war:/WEB-INF/conf/portal/portal-configuration.xml</filename>.
 		</para>
 		<para>
-			It defines 5 permissions types:
+			It defines 8 permissions types:
 		</para>
 		<variablelist>
 			<varlistentry>
@@ -23,6 +23,22 @@
 				</listitem>
 			</varlistentry>
 			<varlistentry>
+				<term>portal.administrator.groups</term>
+				<listitem>
+					<para>
+						Any member of those groups are considered administrators. Default value is <literal>/platform/administrators</literal>.
+					</para>
+				</listitem>
+			</varlistentry>
+			<varlistentry>
+				<term>portal.administrator.mstype</term>
+				<listitem>
+					<para>
+						Any user with that membership type would be considered administrator or the associated group. Default value is <literal>manager</literal>.
+					</para>
+				</listitem>
+			</varlistentry>
+			<varlistentry>
 				<term>portal.creator.groups</term>
 				<listitem>
 					<para>
@@ -47,13 +63,21 @@
 				</listitem>
 			</varlistentry>
 			<varlistentry>
-				<term>access.control.workspace</term>
+				<term>mandatory.groups</term>
 				<listitem>
 					<para>
-						Defines the users that have access to the control workspace. In the demontration (demo) version the control workspace is accessible only to <emphasis>root</emphasis> and <emphasis>john</emphasis>. They can expand/collapse the workspace at the left hand side. The format is <literal>membership:/group/subgroup</literal>. An asterisk (*) gives permission to all memberships.
+						Groups that can't be deleted.
 					</para>
 				</listitem>
 			</varlistentry>
+			<varlistentry>
+				<term>mandatory.mstypes</term>
+				<listitem>
+					<para>
+						Membership types that can't be deleted.
+					</para>
+				</listitem>
+			</varlistentry>
 		</variablelist>
 <programlisting role="XML">&lt;component&gt;
   &lt;key&gt;org.exoplatform.portal.config.UserACL&lt;/key&gt;



More information about the gatein-commits mailing list