From do-not-reply at jboss.org Tue May 4 04:48:41 2010 Content-Type: multipart/mixed; boundary="===============2547736490704919626==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r2964 - in portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules: AuthenticationAndIdentity and 1 other directory. Date: Tue, 04 May 2010 04:48:40 -0400 Message-ID: <201005040848.o448meAB021181@svn01.web.mwc.hst.phx2.redhat.com> --===============2547736490704919626== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: thomas.heute(a)jboss.com Date: 2010-05-04 04:48:40 -0400 (Tue, 04 May 2010) New Revision: 2964 Removed: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Referen= ce_Guide/en-US/modules/AuthenticationAndIdentity/DataInjectorConfiguration.= xml Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Referen= ce_Guide/en-US/modules/AuthenticationAndIdentity.xml Log: JBEPP-276: Reference Guide Remove DataInjectorConfiguration chapter, this is not relevant anymore Deleted: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_R= eference_Guide/en-US/modules/AuthenticationAndIdentity/DataInjectorConfigur= ation.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Refere= nce_Guide/en-US/modules/AuthenticationAndIdentity/DataInjectorConfiguration= .xml 2010-05-04 08:47:12 UTC (rev 2963) +++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Refere= nce_Guide/en-US/modules/AuthenticationAndIdentity/DataInjectorConfiguration= .xml 2010-05-04 08:48:40 UTC (rev 2964) @@ -1,216 +0,0 @@ - - -%BOOK_ENTITIES; -]> -
- Data Injector Configuration -
- Data Injector - - Data-injector is a utility used to initialize ente= rprise data for &PRODUCT;. It is packed as a .jar. - -
- = -
- OrganizationInitializer - - OrganizationInitializer is the service that allows= creating a large organization with many groups and users. It also creates = portal navigation and page(s) for each group and each user. - - - Service configuration file - - = -<configuration> - <component> - <key>org.exoplatform.portal.initializer.organization.OrganizationI= nitializer</key> - <type>org.exoplatform.portal.initializer.organization.Organization= Initializer</type> - <init-params> - <value-param> - <name>auto.create.group.page.navigation</name> - <description>true or false</description> - <value>true</value> - </value-param> - = - <value-param> - <name>auto.create.user.page.navigation</name> - <description>number of pages per user</description> - <value>10</value> - </value-param> - = - <object-param> - <name>organization</name> - <description>description</description> - <object type=3D"org.exoplatform.portal.initializer.organization= .OrganizationConfig"> - <field name=3D"groups"> - <collection type=3D"java.util.ArrayList"> - <value> - <object type=3D"org.exoplatform.portal.initializer.orga= nization.OrganizationConfig$GroupsConfig"> - <field name=3D"group"> - <object type=3D"org.exoplatform.services.organizati= on.OrganizationConfig$Group"> - <field name=3D"name"><string>province<= ;/string></field> - <field name=3D"parentId"><string>/africa= /tanzania</string></field> - <field name=3D"description"><string>Tanz= ania's province</string></field> - <field name=3D"label"><string>Province&l= t;/string></field> - </object> = - </field> = - <field name=3D"from"><string>1</string>= ;</field> - <field name=3D"to"><string>10</string>= </field> - </object> - </value> - </collection> - </field> - <field name=3D"users"> - <collection type=3D"java.util.ArrayList"> = - <value> - <object type=3D"org.exoplatform.portal.initializer.orga= nization.OrganizationConfig$UsersConfig"> - <field name=3D"user"> - <object type=3D"org.exoplatform.services.organizati= on.OrganizationConfig$User"> - <field name=3D"userName"><string>user<= ;/string></field> - <field name=3D"password"><string>GateInP= latform</string></field> - <field name=3D"firstName"><string>First-= Name</string></field> - <field name=3D"lastName"><string>Last-Na= me</string></field> - <field name=3D"email"><string>exo(a)loca= lhost</string></field> - <field name=3D"groups"><string>member:/a= frica</string></field> - </object> - </field> - <field name=3D"from"><string>0</string>= ;</field> - <field name=3D"to"><string>9</string>&= lt;/field> - </object> - </value> - </collection> - </field> - </object> - </object-param> - </init-params> - </component> = -</configuration> - - - -
- = -
- Group Parameters - - - Name - - - The name of the group. - - - - - ParentId - - - The ID of the parent group. If the parent ID is null the group is at= the first level. If parent groups do not exist, this ID will be created au= tomatically. - - - - - Description - - - A description of the group. - - - - - Label - - - A label for the group. - - - - - From and to - - - This group can be cloned to may copies and each copy is marked with = a number. - - - - -
- = -
- User Parameters - - - UserName - - - The user's ID. - - - - - Password - - - The user's password. - - - - - FirstName - - - The user's given name. - - - - - LastName - - - The user's family name. - - - - - Email - - - The user's email address. - - - - - Groups - - - A list of groups that the user belongs to. - - - - - From and to - - - Users can be cloned and each copy is assigned a number. This allows = the creation of a range of users that can be put into various groups based = on the range value. - - - - -
- = -
- Automatic Navigation Creation - - The auto.create.group.page.navigation parameter can = have a value of either true or false. If this value is set to true it automatical= ly creates portal navigations and pages for each group. If the value is false it does not. - - - The auto.create.user.page.navigation parameter value= specifies the number of pages that are automatically created for each user. - -
- -
- - Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_= Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Refere= nce_Guide/en-US/modules/AuthenticationAndIdentity.xml 2010-05-04 08:47:12 U= TC (rev 2963) +++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Refere= nce_Guide/en-US/modules/AuthenticationAndIdentity.xml 2010-05-04 08:48:40 U= TC (rev 2964) @@ -8,7 +8,6 @@ - --===============2547736490704919626==--