Added custom-filter element to namespace appendix in manual
This commit is contained in:
parent
e812c58e04
commit
6eec9c4d95
|
@ -410,6 +410,14 @@
|
|||
will be invalidated on logout. </para>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<title>The <literal><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>
|
||||
|
|
Loading…
Reference in New Issue