parent
81e41f124b
commit
5c2074f01b
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
{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.
|
{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.
|
||||||
|
|
||||||
|
.SecurityFilterChain
|
||||||
|
[[servlet-securityfilterchain-figure]]
|
||||||
|
image::{figures}/securityfilterchain.png[]
|
||||||
|
|
||||||
The <<servlet-security-filters,Security Filters>> in `SecurityFilterChain` are typically Beans, but they are registered with `FilterChainProxy` instead of <<servlet-delegatingfilterproxy>>.
|
The <<servlet-security-filters,Security Filters>> in `SecurityFilterChain` are typically Beans, but they are registered with `FilterChainProxy` instead of <<servlet-delegatingfilterproxy>>.
|
||||||
`FilterChainProxy` provides a number of advantages to registering directly with the Servlet container or <<servlet-delegatingfilterproxy>>.
|
`FilterChainProxy` provides a number of advantages to registering directly with the Servlet container or <<servlet-delegatingfilterproxy>>.
|
||||||
First, it provides a starting point for all of Spring Security's Servlet support.
|
First, it provides a starting point for all of Spring Security's Servlet support.
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 39 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue