org.springframework.security.intercept.web
Class FIDSToFilterChainMapConverter

java.lang.Object
  extended by org.springframework.security.intercept.web.FIDSToFilterChainMapConverter

public class FIDSToFilterChainMapConverter
extends java.lang.Object

Used internally to provide backward compatibility for configuration of FilterChainProxy using a FilterInvocationDefinitionSource. This is deprecated in favour of namespace-based configuration. This class will convert a FilterInvocationDefinitionSource into a suitable Map, provided it is one of the recognised implementations (ant path or regular expression). The order of the mappings will be preserved in the Map.

Version:
$Id$
Author:
Luke Taylor

Constructor Summary
FIDSToFilterChainMapConverter(DefaultFilterInvocationDefinitionSource fids, org.springframework.context.ApplicationContext appContext)
           
 
Method Summary
 java.util.Map getFilterChainMap()
           
 UrlMatcher getMatcher()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIDSToFilterChainMapConverter

public FIDSToFilterChainMapConverter(DefaultFilterInvocationDefinitionSource fids,
                                     org.springframework.context.ApplicationContext appContext)
Method Detail

getFilterChainMap

public java.util.Map getFilterChainMap()

getMatcher

public UrlMatcher getMatcher()