From 511403832f379a97211538dc1745bac667368906 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 13 Apr 2008 12:03:43 +0000 Subject: [PATCH] SEC-653: Added entry-point-ref info --- src/docbkx/namespace-config.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/docbkx/namespace-config.xml b/src/docbkx/namespace-config.xml index 952dbfb367..b3e73272b1 100644 --- a/src/docbkx/namespace-config.xml +++ b/src/docbkx/namespace-config.xml @@ -475,6 +475,20 @@ +
+ Setting a Custom <literal>AuthenticationEntryPoint</literal> + + If you aren't using form login, OpenID or basic authentication through the namespace, you may + want to define an authentication filter and entry point using a traditional bean syntax and link them + into the namespace. You can add the filter as explained in . The + corresponding AuthenticationEntryPoint can be set using the entry-point-ref + attribute on the <http> element. + + + The CAS sample is a good example of the use of custom beans with the namespace, including this syntax. + +
+