[jboss-cvs] Picketlink SVN: r429 - idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/en.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 4 13:42:44 EDT 2010


Author: bdaw
Date: 2010-10-04 13:42:44 -0400 (Mon, 04 Oct 2010)
New Revision: 429

Modified:
   idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/en/ReferenceGuide.xml
Log:
Reference Guide update

Modified: idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/en/ReferenceGuide.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/en/ReferenceGuide.xml	2010-10-04 17:42:11 UTC (rev 428)
+++ idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/en/ReferenceGuide.xml	2010-10-04 17:42:44 UTC (rev 429)
@@ -1579,6 +1579,11 @@
                            standard DirContext.search(Name, String, Object, SearchControls cons) method</para>
                     </listitem>
                     <listitem>
+                        <para><emphasis role="bold">entrySearchScope</emphasis>
+                           - defines a search scope. Values can be "subtree" and "object"
+                        </para>
+                    </listitem>
+                    <listitem>
                         <para><emphasis role="bold">enclosePasswordWith</emphasis>
                            - if specified password will be surunted with a given chars before update</para>
                     </listitem>
@@ -1626,6 +1631,23 @@
                         <para><emphasis role="bold">externalJNDIContext</emphasis>
                            - name that will be used to perform JDNI lookup to grab JNDI connection context </para>
                     </listitem>
+                    <listitem>
+                        <para><emphasis role="bold">sortExtensionSupported</emphasis>
+                           - if set to "false" will disable the use of sort extension that triggers sort on LDAP server side</para>
+                    </listitem>
+                    <listitem>
+                        <para><emphasis role="bold">pagedResultsExtensionSupported</emphasis>
+                           - if set to "true" will enable paged search. Searches that exceed size defined by "pagedResultsExtensionSize"
+                        option will be splitted into few smaller ones.</para>
+                    </listitem>
+                    <listitem>
+                        <para><emphasis role="bold">pagedResultsExtensionSize</emphasis>
+                           - defines page size for "pagedResultsExtensionSupported" option.</para>
+                    </listitem>
+                    <listitem>
+                        <para><emphasis role="bold">createMissingContexts</emphasis>
+                           - if set to "true" LDAP store will try to create missing LDAP contexts defined in the configuration.</para>
+                    </listitem>
                 </itemizedlist>
 
             </sect1>



More information about the jboss-cvs-commits mailing list