Sfoglia il codice sorgente

Added custom-filter element to namespace appendix in manual

Luke Taylor 15 anni fa
parent
commit
6eec9c4d95
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      docs/manual/src/docbook/appendix-namespace.xml

+ 8 - 0
docs/manual/src/docbook/appendix-namespace.xml

@@ -410,6 +410,14 @@
           will be invalidated on logout. </para>
       </section>
     </section>
+    <section>
+      <title>The <literal>&lt;custom-filter></literal> Element</title>
+      <para>This element is used to add a filter to the filter chain. It doesn't create any
+        additional beans but is used to select a bean of type
+          <interfacename>javax.servlet.Filter</interfacename> which is already defined in the
+        appllication context and add that at a particular position in the filter chain maintained by
+        Spring Security. Full details can be found in the namespace chapter.</para>
+    </section>
   </section>
   <section>
     <title>Authentication Services</title>