Added custom-filter element to namespace appendix in manual

This commit is contained in:
Luke Taylor 2009-11-17 23:59:36 +00:00
parent e812c58e04
commit 6eec9c4d95
1 changed files with 8 additions and 0 deletions

View File

@ -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>