mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
Added appendices to end of doc. Corrected minor typo.
This commit is contained in:
parent
2ed9723b9a
commit
37fb78baf8
@ -472,7 +472,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>The <authentication-provider< Element</title>
|
<title>The <authentication-provider> Element</title>
|
||||||
<para>
|
<para>
|
||||||
This element is basically a shorthand syntax for configuring a <link xlink:href="#dao-provider"><classname>DaoAuthenticationProvider</classname></link>.
|
This element is basically a shorthand syntax for configuring a <link xlink:href="#dao-provider"><classname>DaoAuthenticationProvider</classname></link>.
|
||||||
<classname>DaoAuthenticationProvider</classname> loads user information from a <interfacename>UserDetailsService</interfacename> and
|
<classname>DaoAuthenticationProvider</classname> loads user information from a <interfacename>UserDetailsService</interfacename> and
|
||||||
|
@ -194,9 +194,7 @@
|
|||||||
|
|
||||||
<xi:include href="runas-auth-provider.xml" />
|
<xi:include href="runas-auth-provider.xml" />
|
||||||
|
|
||||||
<xi:include href="container-adapters.xml"/>
|
<xi:include href="container-adapters.xml"/>
|
||||||
|
|
||||||
<xi:include href="appendix-db-schema.xml"/>
|
|
||||||
|
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
@ -225,5 +223,11 @@
|
|||||||
<xi:include href="domain-acls.xml"/>
|
<xi:include href="domain-acls.xml"/>
|
||||||
|
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
|
|
||||||
|
<xi:include href="appendix-db-schema.xml"/>
|
||||||
|
|
||||||
|
<xi:include href="appendix-namespace.xml"/>
|
||||||
|
|
||||||
|
|
||||||
</book>
|
</book>
|
Loading…
x
Reference in New Issue
Block a user