Spring Security Framework

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 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
 List getFilters()
           
 void setFilters(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 List getFilters()

setFilters

public void setFilters(List filters)

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.