Spring Security Framework

org.springframework.security.intercept.web
Class FIDSToFilterChainMapConverter

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

public class FIDSToFilterChainMapConverter
extends 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, ApplicationContext appContext)
           
 
Method Summary
 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,
                                     ApplicationContext appContext)
Method Detail

getFilterChainMap

public Map getFilterChainMap()

getMatcher

public UrlMatcher getMatcher()

Spring Security Framework

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