From 8f6aecac9b4caf09ecfc7aeb3329c938839f5429 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 17 Apr 2010 15:25:37 +0100 Subject: [PATCH] Clarify that multiple authentication-provider elements can be used in combination. --- docs/manual/src/docbook/namespace-config.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/src/docbook/namespace-config.xml b/docs/manual/src/docbook/namespace-config.xml index 019024c780..8ad6f8602e 100644 --- a/docs/manual/src/docbook/namespace-config.xml +++ b/docs/manual/src/docbook/namespace-config.xml @@ -329,8 +329,10 @@ ]]> where myAuthenticationProvider is the name of a bean in your application context which implements - AuthenticationProvider. See for more on information on how the Spring Security + AuthenticationProvider. You can use multiple + authentication-provider elements, in which case they will be checked + in the order they are declared when attempting to authenticated a user. See for more on information on how the Spring Security AuthenticationManager is configured using the namespace.
Adding a Password Encoder