Przeglądaj źródła

SEC-653: Added entry-point-ref info

Luke Taylor 17 lat temu
rodzic
commit
511403832f
1 zmienionych plików z 14 dodań i 0 usunięć
  1. 14 0
      src/docbkx/namespace-config.xml

+ 14 - 0
src/docbkx/namespace-config.xml

@@ -475,6 +475,20 @@
       </para>
     </section>
     
+    <section xml:id="ns-entry-point-ref">
+      <title>Setting a Custom <literal>AuthenticationEntryPoint</literal></title>
+      <para>
+        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 <xref linkend="ns-custom-filters"/>. The 
+        corresponding <literal>AuthenticationEntryPoint</literal> can be set using the <literal>entry-point-ref</literal>
+        attribute on the <literal>&lt;http&gt;</literal> element.
+      </para>
+      <para>
+        The CAS sample is a good example of the use of custom beans with the namespace, including this syntax.
+      </para>
+    </section>  
+    
   </section>
   
   <section xml:id="ns-method-security">