org.springframework.security.config
Class ConfigUtils.FilterChainList

java.lang.Object
  extended by org.springframework.security.config.ConfigUtils.FilterChainList
Enclosing class:
ConfigUtils

public static class ConfigUtils.FilterChainList
extends java.lang.Object

Bean which holds the list of filters which are maintained in the context and modified by calls to addHttpFilter. The post processor retrieves these before injecting the list into the FilterChainProxy.


Constructor Summary
ConfigUtils.FilterChainList()
           
 
Method Summary
 java.util.List getFilters()
           
 void setFilters(java.util.List filters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUtils.FilterChainList

public ConfigUtils.FilterChainList()
Method Detail

getFilters

public java.util.List getFilters()

setFilters

public void setFilters(java.util.List filters)