Selaa lähdekoodia

Adding some extra section IDs in namespace appendix to provide bookmarkable URLs.

Luke Taylor 14 vuotta sitten
vanhempi
commit
9cf8ba02ba
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      docs/manual/src/docbook/appendix-namespace.xml

+ 5 - 5
docs/manual/src/docbook/appendix-namespace.xml

@@ -556,7 +556,7 @@
             created using syntax elements provided by the namespace, or they can be standard bean
             created using syntax elements provided by the namespace, or they can be standard bean
             definitions, marked for addition to the list using the
             definitions, marked for addition to the list using the
             <literal>authentication-provider</literal> element. </para>
             <literal>authentication-provider</literal> element. </para>
-        <section>
+        <section xml:id="nsa-authentication-manager">
             <title>The <literal>&lt;authentication-manager&gt;</literal> Element</title>
             <title>The <literal>&lt;authentication-manager&gt;</literal> Element</title>
             <para> Every Spring Security application which uses the namespace must have include this
             <para> Every Spring Security application which uses the namespace must have include this
                 element somewhere. It is responsible for registering the
                 element somewhere. It is responsible for registering the
@@ -570,7 +570,7 @@
                 maps to the <literal>eraseCredentialsAfterAuthentication</literal> property of the
                 maps to the <literal>eraseCredentialsAfterAuthentication</literal> property of the
                 <classname>ProviderManager</classname>. This is discussed in the <link
                 <classname>ProviderManager</classname>. This is discussed in the <link
                 xlink:href="#core-services-erasing-credentials">Core Services</link> chapter.</para>
                 xlink:href="#core-services-erasing-credentials">Core Services</link> chapter.</para>
-            <section>
+            <section xml:id="nsa-authentication-provider">
                 <title>The <literal>&lt;authentication-provider&gt;</literal> Element</title>
                 <title>The <literal>&lt;authentication-provider&gt;</literal> Element</title>
                 <para> Unless used with a <literal>ref</literal> attribute, this element is
                 <para> Unless used with a <literal>ref</literal> attribute, this element is
                     shorthand for configuring a <link xlink:href="#core-services-dao-provider"
                     shorthand for configuring a <link xlink:href="#core-services-dao-provider"
@@ -669,7 +669,7 @@
                     application context. </para>
                     application context. </para>
             </section>
             </section>
         </section>
         </section>
-        <section>
+        <section xml:id="nsa-ldap">
             <title>LDAP Namespace Options</title>
             <title>LDAP Namespace Options</title>
             <para> LDAP is covered in some details in <link xlink:href="#ldap">its own
             <para> LDAP is covered in some details in <link xlink:href="#ldap">its own
                 chapter</link>. We will expand on that here with some explanation of how the
                 chapter</link>. We will expand on that here with some explanation of how the
@@ -697,8 +697,8 @@
                     <literal>ContextSource</literal> instance, if you want to use it in other
                     <literal>ContextSource</literal> instance, if you want to use it in other
                     traditional Spring beans. </para>
                     traditional Spring beans. </para>
             </section>
             </section>
-            <section>
-                <title>The <literal>&lt;ldap-provider&gt;</literal> Element</title>
+            <section xml:id="nsa-ldap-authentication-provider">
+                <title>The <literal>&lt;ldap-authentication-provider&gt;</literal> Element</title>
                 <para> This element is shorthand for the creation of an
                 <para> This element is shorthand for the creation of an
                     <classname>LdapAuthenticationProvider</classname> instance. By default this will
                     <classname>LdapAuthenticationProvider</classname> instance. By default this will
                     be configured with a <classname>BindAuthenticator</classname> instance and a
                     be configured with a <classname>BindAuthenticator</classname> instance and a