From 3af75afec1d3cadb95fa93e6ba475e680c7e10d1 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 17 Apr 2010 19:37:27 +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 d3121fa66c..ffcb9d548d 100644 --- a/docs/manual/src/docbook/namespace-config.xml +++ b/docs/manual/src/docbook/namespace-config.xml @@ -355,8 +355,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 the providers + will be queried in the order they are declared. See for more on information on how the Spring Security AuthenticationManager is configured using the namespace.