Uses of Interface
org.springframework.security.web.access.expression.WebSecurityExpressionHandler

Packages that use WebSecurityExpressionHandler
org.springframework.security.web.access.expression   
 

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

Classes in org.springframework.security.web.access.expression that implement WebSecurityExpressionHandler
 class DefaultWebSecurityExpressionHandler
          Facade which isolates Spring Security's requirements for evaluating web-security expressions from the implementation of the underlying expression objects.
 

Methods in org.springframework.security.web.access.expression with parameters of type WebSecurityExpressionHandler
 void WebExpressionVoter.setExpressionHandler(WebSecurityExpressionHandler expressionHandler)
           
 

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



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