From 5ed5590268b6604e700616872ab147bad8aa4d6d Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 15 Jun 2012 14:51:50 -0500 Subject: [PATCH] SEC-1970: Cleanup of pre authentication documentation * Removed custom-authentication-provider from documentation * Rephrased to make the pre authentication documentation a little more concise * Removed nested () within text (not code) * Removed user which should have been use --- docs/manual/src/docbook/preauth.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/manual/src/docbook/preauth.xml b/docs/manual/src/docbook/preauth.xml index ba36f09072..7b4e7ac02a 100644 --- a/docs/manual/src/docbook/preauth.xml +++ b/docs/manual/src/docbook/preauth.xml @@ -162,15 +162,11 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA ]]> - We've assumed here that the security namespace is being used for - configuration (hence the user of the custom-filter, - authentication-manager and - custom-authentication-provider elements (you can read more about them - in the namespace chapter). You would leave these out - of a traditional bean configuration. It's also assumed that you have added a - UserDetailsService (called - userDetailsService) to your configuration to load the user's roles. - + We've assumed here that the security namespace + is being used for configuration. It's also assumed that you have added a + UserDetailsService (called + userDetailsService) to your configuration to load the user's + roles.