Skip to content

Commit 5c2074f

Browse files
committed
Add SecurityFilterChain Figure
Closes gh-8055
1 parent 81e41f1 commit 5c2074f

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/architecture/security-filter-chain.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
{security-api-url}org/springframework/security/web/SecurityFilterChain.html[`SecurityFilterChain`] is used by <<servlet-filterchainproxy>> to determine which Spring Security ``Filter``s should be invoked for this request.
55

6+
.SecurityFilterChain
7+
[[servlet-securityfilterchain-figure]]
8+
image::{figures}/securityfilterchain.png[]
9+
610
The <<servlet-security-filters,Security Filters>> in `SecurityFilterChain` are typically Beans, but they are registered with `FilterChainProxy` instead of <<servlet-delegatingfilterproxy>>.
711
`FilterChainProxy` provides a number of advantages to registering directly with the Servlet container or <<servlet-delegatingfilterproxy>>.
812
First, it provides a starting point for all of Spring Security's Servlet support.
Binary file not shown.
Loading
Binary file not shown.
Loading

0 commit comments

Comments
 (0)