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/DataInjectorConfiguration.xml
Modified:
portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity.xml
Log:
GTNPORTAL-954: Data Injector paragraph is deprecated
Deleted:
portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/DataInjectorConfiguration.xml
===================================================================
---
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 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<section id="sect-Reference_Guide-Data_Injector_Configuration">
- <title>Data Injector Configuration</title>
- <section
id="sect-Reference_Guide-Data_Injector_Configuration-Data_Injector">
- <title>Data Injector</title>
- <para>
- <emphasis>Data-injector</emphasis> is a utility used to initialize
enterprise data for &PRODUCT;. It is packed as a .jar. <!--
- and deployed under $TOMCATHOME/lib. It is started
- automatically when Tomcat starts.
- -->
- </para>
- </section>
-
- <section
id="sect-Reference_Guide-Data_Injector_Configuration-OrganizationInitializer">
- <title>OrganizationInitializer</title>
- <para>
- <emphasis>OrganizationInitializer</emphasis> 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.
- </para>
- <formalpara
id="form-Reference_Guide-OrganizationInitializer-Service_configuration_file">
- <title>Service configuration file</title>
- <para>
-
-<programlisting><configuration>
- <component>
-
<key>org.exoplatform.portal.initializer.organization.OrganizationInitializer</key>
-
<type>org.exoplatform.portal.initializer.organization.OrganizationInitializer</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="org.exoplatform.portal.initializer.organization.OrganizationConfig">
- <field name="groups">
- <collection type="java.util.ArrayList">
- <value>
- <object
type="org.exoplatform.portal.initializer.organization.OrganizationConfig$GroupsConfig">
- <field name="group">
- <object
type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field
name="name"><string>province</string></field>
- <field
name="parentId"><string>/africa/tanzania</string></field>
- <field
name="description"><string>Tanzania's
province</string></field>
- <field
name="label"><string>Province</string></field>
- </object>
- </field>
- <field
name="from"><string>1</string></field>
- <field
name="to"><string>10</string></field>
- </object>
- </value>
- </collection>
- </field>
- <field name="users">
- <collection type="java.util.ArrayList">
- <value>
- <object
type="org.exoplatform.portal.initializer.organization.OrganizationConfig$UsersConfig">
- <field name="user">
- <object
type="org.exoplatform.services.organization.OrganizationConfig$User">
- <field
name="userName"><string>user</string></field>
- <field
name="password"><string>GateInPlatform</string></field>
- <field
name="firstName"><string>First-Name</string></field>
- <field
name="lastName"><string>Last-Name</string></field>
- <field
name="email"><string>exo@localhost</string></field>
- <field
name="groups"><string>member:/africa</string></field>
- </object>
- </field>
- <field
name="from"><string>0</string></field>
- <field
name="to"><string>9</string></field>
- </object>
- </value>
- </collection>
- </field>
- </object>
- </object-param>
- </init-params>
- </component>
-</configuration>
-</programlisting>
- </para>
- </formalpara>
- </section>
-
- <section
id="sect-Reference_Guide-Data_Injector_Configuration-Group_Parameters">
- <title>Group Parameters</title>
- <variablelist>
- <varlistentry>
- <term>Name</term>
- <listitem>
- <para>
- The name of the group.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>ParentId</term>
- <listitem>
- <para>
- 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 automatically.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Description</term>
- <listitem>
- <para>
- A description of the group.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Label</term>
- <listitem>
- <para>
- A label for the group.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>From and to</term>
- <listitem>
- <para>
- This group can be cloned to may copies and each copy is marked with a number.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>
-
- <section
id="sect-Reference_Guide-Data_Injector_Configuration-User_Parameters">
- <title>User Parameters</title>
- <variablelist>
- <varlistentry>
- <term>UserName</term>
- <listitem>
- <para>
- The user's ID.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Password</term>
- <listitem>
- <para>
- The user's password.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>FirstName</term>
- <listitem>
- <para>
- The user's given name.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>LastName</term>
- <listitem>
- <para>
- The user's family name.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Email</term>
- <listitem>
- <para>
- The user's email address.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Groups</term>
- <listitem>
- <para>
- A list of groups that the user belongs to.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>From and to</term>
- <listitem>
- <para>
- 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.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>
-
- <section
id="sect-Reference_Guide-Data_Injector_Configuration-Automatic_Navigation_Creation">
- <title>Automatic Navigation Creation</title>
- <para>
- The <literal>auto.create.group.page.navigation</literal> parameter can
have a value of either <parameter>true</parameter> or
<parameter>false</parameter>. If this value is set to
<parameter>true</parameter> it automatically creates portal navigations and
pages for each group. If the value is <parameter>false</parameter> it does
not.
- </para>
- <para>
- The <literal>auto.create.user.page.navigation</literal> parameter value
specifies the number of pages that are automatically created for each user.
- </para>
- </section>
-
-</section>
-
-
Modified: portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity.xml
===================================================================
--- 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 @@
<xi:include
href="AuthenticationAndIdentity/PredefinedUserConfiguration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include
href="AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/BackendConfiguration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include
href="AuthenticationAndIdentity/DataInjectorConfiguration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/OrganizationAPI.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/AccessingUserProfile.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/SSO.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />