1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Docs Use Section Summary where appropriate

Closes gh-10449
This commit is contained in:
Rob Winch
2021-10-28 14:02:33 -05:00
parent 9cdc3cd44b
commit 7a99542662
12 changed files with 28 additions and 50 deletions
+2 -2
View File
@@ -24,11 +24,11 @@
** xref:servlet/authentication/index.adoc[Authentication]
*** xref:servlet/authentication/architecture.adoc[Authentication Architecture]
*** xref:servlet/authentication/passwords/index.adoc[Username/Password]
**** Reading Username/Password
**** xref:servlet/authentication/passwords/input.adoc[Reading Username/Password]
***** xref:servlet/authentication/passwords/form.adoc[Form]
***** xref:servlet/authentication/passwords/basic.adoc[Basic]
***** xref:servlet/authentication/passwords/digest.adoc[Digest]
**** Password Storage
**** **** xref:servlet/authentication/passwords/storage.adoc[Password Storage]
***** xref:servlet/authentication/passwords/in-memory.adoc[In Memory]
***** xref:servlet/authentication/passwords/jdbc.adoc[JDBC]
***** xref:servlet/authentication/passwords/user-details.adoc[UserDetails]