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

Packages that use UrlMatcher
org.springframework.security.web   
org.springframework.security.web.access.expression   
org.springframework.security.web.access.intercept Enforces security for HTTP requests, typically by the URL requested. 
org.springframework.security.web.util   
 

Uses of UrlMatcher in org.springframework.security.web
 

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

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

Uses of UrlMatcher in org.springframework.security.web.access.expression
 

Constructors in org.springframework.security.web.access.expression with parameters of type UrlMatcher
ExpressionBasedFilterInvocationSecurityMetadataSource(UrlMatcher urlMatcher, LinkedHashMap<RequestKey,Collection<ConfigAttribute>> requestMap, WebSecurityExpressionHandler expressionHandler)
           
 

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

Methods in org.springframework.security.web.access.intercept that return UrlMatcher
protected  UrlMatcher DefaultFilterInvocationSecurityMetadataSource.getUrlMatcher()
           
 

Constructors in org.springframework.security.web.access.intercept with parameters of type UrlMatcher
DefaultFilterInvocationSecurityMetadataSource(UrlMatcher urlMatcher, LinkedHashMap<RequestKey,Collection<ConfigAttribute>> requestMap)
          Builds the internal request map from the supplied map.
 

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

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



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