Uses of Class
org.springframework.security.web.access.intercept.RequestKey

Packages that use RequestKey
org.springframework.security.web.access.expression Implementation of web security expressions. 
org.springframework.security.web.access.intercept Enforcement of security for HTTP requests, typically by the URL requested. 
 

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

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

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

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



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