From do-not-reply at jboss.org Tue May 4 04:47:13 2010
Content-Type: multipart/mixed; boundary="===============6535073406446255946=="
MIME-Version: 1.0
From: do-not-reply at jboss.org
To: gatein-commits at lists.jboss.org
Subject: [gatein-commits] gatein SVN: r2963 - in
portal/trunk/docs/reference-guide/en/modules: AuthenticationAndIdentity and 1
other directory.
Date: Tue, 04 May 2010 04:47:13 -0400
Message-ID: <201005040847.o448lD72021150@svn01.web.mwc.hst.phx2.redhat.com>
--===============6535073406446255946==
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:47:12 -0400 (Tue, 04 May 2010)
New Revision: 2963
Removed:
portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/D=
ataInjectorConfiguration.xml
Modified:
portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity.x=
ml
Log:
GTNPORTAL-954: Data Injector paragraph is deprecated
Deleted: portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIden=
tity/DataInjectorConfiguration.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/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/=
DataInjectorConfiguration.xml 2010-05-04 08:25:54 UTC (rev 2962)
+++ portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/=
DataInjectorConfiguration.xml 2010-05-04 08:47:12 UTC (rev 2963)
@@ -1,217 +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.Organizatio=
nInitializer</key>
- <type>org.exoplatform.portal.initializer.organization.Organizati=
onInitializer</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.organiz=
ation.OrganizationConfig">
- <field name=3D"groups">
- <collection type=3D"java.util.ArrayList">
- <value>
- <object type=3D"org.exoplatform.portal.initializer=
.organization.OrganizationConfig$GroupsConfig">
- <field name=3D"group">
- <object type=3D"org.exoplatform.services.organ=
ization.OrganizationConfig$Group">
- <field name=3D"name"><string>=
;province</string></field>
- <field name=3D"parentId"><string=
>/africa/tanzania</string></field>
- <field name=3D"description"><str=
ing>Tanzania's province</string></field>
- <field name=3D"label"><string=
2;Province</string></field>
- </object> =
- </field> =
- <field name=3D"from"><string>1=
60;/string></field>
- <field name=3D"to"><string>10=
0;/string></field>
- </object>
- </value>
- </collection>
- </field>
- <field name=3D"users">
- <collection type=3D"java.util.ArrayList"> =
- <value>
- <object type=3D"org.exoplatform.portal.initializer=
.organization.OrganizationConfig$UsersConfig">
- <field name=3D"user">
- <object type=3D"org.exoplatform.services.organ=
ization.OrganizationConfig$User">
- <field name=3D"userName"><string=
>user</string></field>
- <field name=3D"password"><string=
>GateInPlatform</string></field>
- <field name=3D"firstName"><strin=
g>First-Name</string></field>
- <field name=3D"lastName"><string=
>Last-Name</string></field>
- <field name=3D"email"><string=
2;exo(a)localhost</string></field>
- <field name=3D"groups"><string=
62;member:/africa</string></field>
- </object>
- </field>
- <field name=3D"from"><string>0=
60;/string></field>
- <field name=3D"to"><string>9<=
;/string></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/trunk/docs/reference-guide/en/modules/AuthenticationAndIde=
ntity.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/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity.=
xml 2010-05-04 08:25:54 UTC (rev 2962)
+++ portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity.=
xml 2010-05-04 08:47:12 UTC (rev 2963)
@@ -8,7 +8,6 @@
-
--===============6535073406446255946==--