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

This commit is contained in:
Luke Taylor 2011-03-10 13:15:58 +00:00
parent ccc548b9e4
commit 9cf8ba02ba
1 changed files with 5 additions and 5 deletions

View File

@ -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> <section xml:id="nsa-ldap-authentication-provider">
<title>The <literal>&lt;ldap-provider&gt;</literal> Element</title> <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