From d55c86bea904c11d01b8f8d1973a2d7314db71bb Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 24 Aug 2009 12:18:02 +0000 Subject: [PATCH] SEC-1169: Added relevant attribute docs to namespace appendix --- docs/manual/src/docbook/appendix-namespace.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index 85cb02a2ac..3b954e5c27 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -230,6 +230,21 @@ "/spring_security_login?login_error", which will be automatically handled by the automatic login page generator, re-rendering the login page with an error message. +
+ <literal>authentication-success-handler-ref</literal> + This can be used as an alternative to default-target-url + and always-use-default-target, giving you full control over the navigation flow + after a successful authentication. The value should be he name of an AuthenticationSuccessHandler + bean in the application context. + +
+
+ <literal>authentication-failure-handler-ref</literal> + Can be used as an alternative to authentication-failure-url, giving you full control over the navigation flow + after an authentication failure. The value should be he name of an AuthenticationFailureHandler + bean in the application context. + +
The <literal><http-basic></literal> Element