Uses of Interface
org.springframework.security.access.expression.method.MethodSecurityExpressionHandler

Packages that use MethodSecurityExpressionHandler
org.springframework.security.access.expression.method   
 

Uses of MethodSecurityExpressionHandler in org.springframework.security.access.expression.method
 

Classes in org.springframework.security.access.expression.method that implement MethodSecurityExpressionHandler
 class DefaultMethodSecurityExpressionHandler
          The standard implementation of SecurityExpressionHandler.
 

Methods in org.springframework.security.access.expression.method with parameters of type MethodSecurityExpressionHandler
 void ExpressionBasedPreInvocationAdvice.setExpressionHandler(MethodSecurityExpressionHandler expressionHandler)
           
 

Constructors in org.springframework.security.access.expression.method with parameters of type MethodSecurityExpressionHandler
ExpressionBasedAnnotationAttributeFactory(MethodSecurityExpressionHandler handler)
           
ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler)
           
 



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