public interface SecurityFilterChain
HttpServletRequest
. in order to decide whether it applies to that request.
Used to configure a FilterChainProxy
.
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.servlet.Filter> |
getFilters() |
boolean |
matches(javax.servlet.http.HttpServletRequest request) |