What is the purpose of the DelegatingFilterProxy in Spring Security?
-
A
It proxies database calls through a security layer
-
B
It bridges the Servlet container's filter lifecycle with Spring's ApplicationContext to delegate to a Spring-managed filter bean
-
C
It routes requests to different authentication providers based on URL patterns
-
D
It delegates password encoding to the configured PasswordEncoder