Spring Security Framework

Uses of Interface
org.springframework.security.util.UrlMatcher

Packages that use UrlMatcher
org.springframework.security.intercept.web Enforces security for HTTP requests, typically by the URL requested. 
org.springframework.security.util General utility classes used throughout the Spring Security framework. 
 

Uses of UrlMatcher in org.springframework.security.intercept.web
 

Methods in org.springframework.security.intercept.web that return UrlMatcher
 UrlMatcher FIDSToFilterChainMapConverter.getMatcher()
           
protected  UrlMatcher DefaultFilterInvocationDefinitionSource.getUrlMatcher()
           
 

Constructors in org.springframework.security.intercept.web with parameters of type UrlMatcher
DefaultFilterInvocationDefinitionSource(UrlMatcher urlMatcher, LinkedHashMap requestMap)
          Builds the internal request map from the supplied map.
 

Uses of UrlMatcher in org.springframework.security.util
 

Classes in org.springframework.security.util that implement UrlMatcher
 class AntUrlPathMatcher
          Ant path strategy for URL matching.
 class RegexUrlPathMatcher
           
 

Methods in org.springframework.security.util that return UrlMatcher
 UrlMatcher FilterChainProxy.getMatcher()
           
 

Methods in org.springframework.security.util with parameters of type UrlMatcher
 void FilterChainProxy.setMatcher(UrlMatcher matcher)
           
 


Spring Security Framework

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