Java org.springframework.security.web FilterChainProxy fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web FilterChainProxy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web FilterChainProxy.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
voiddoFilter(ServletRequest request, ServletResponse response, FilterChain chain)
ListgetFilterChains()
ListgetFilters(HttpServletRequest request)
Returns the first filter chain matching the supplied URL.
ListgetFilters(String url)
Convenience method, mainly for testing.
voidsetFirewall(HttpFirewall firewall)
Sets the "firewall" implementation which will be used to validate and wrap (or potentially reject) the incoming requests.