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

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

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

Methods in org.springframework.security.access.expression.method that return PostInvocationAttribute
 PostInvocationAttribute ExpressionBasedAnnotationAttributeFactory.createPostInvocationAttribute(PostFilter postFilter, PostAuthorize postAuthorize)
           
 

Methods in org.springframework.security.access.expression.method with parameters of type PostInvocationAttribute
 Object ExpressionBasedPostInvocationAdvice.after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, Object returnedObject)
           
 

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

Methods in org.springframework.security.access.prepost that return PostInvocationAttribute
 PostInvocationAttribute PrePostInvocationAttributeFactory.createPostInvocationAttribute(PostFilter postFilter, PostAuthorize postAuthorize)
           
 

Methods in org.springframework.security.access.prepost with parameters of type PostInvocationAttribute
 Object PostInvocationAuthorizationAdvice.after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute pia, Object returnedObject)
           
 



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