Uses of Interface
org.springframework.security.access.prepost.PreInvocationAttribute

Packages that use PreInvocationAttribute
org.springframework.security.access.expression.method   
org.springframework.security.access.prepost Contains the infrastructure classes for handling the @PreAuthorize, @PreFilter, @PostAuthorize and 
 

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

Methods in org.springframework.security.access.expression.method that return PreInvocationAttribute
 PreInvocationAttribute ExpressionBasedAnnotationAttributeFactory.createPreInvocationAttribute(PreFilter preFilter, PreAuthorize preAuthorize)
           
 

Methods in org.springframework.security.access.expression.method with parameters of type PreInvocationAttribute
 boolean ExpressionBasedPreInvocationAdvice.before(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PreInvocationAttribute attr)
           
 

Uses of PreInvocationAttribute in org.springframework.security.access.prepost
 

Methods in org.springframework.security.access.prepost that return PreInvocationAttribute
 PreInvocationAttribute PrePostInvocationAttributeFactory.createPreInvocationAttribute(PreFilter preFilter, PreAuthorize preAuthorize)
           
 

Methods in org.springframework.security.access.prepost with parameters of type PreInvocationAttribute
 boolean PreInvocationAuthorizationAdvice.before(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PreInvocationAttribute preInvocationAttribute)
          The "before" advice which should be executed to perform any filtering necessary and to decide whether the method call is authorised.
 



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