Interface PrePostInvocationAttributeFactory
- All Superinterfaces:
 org.springframework.aop.framework.AopInfrastructureBean
- All Known Implementing Classes:
 ExpressionBasedAnnotationAttributeFactory
@Deprecated
public interface PrePostInvocationAttributeFactory
extends org.springframework.aop.framework.AopInfrastructureBean
Deprecated.
- Since:
 - 3.0
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptioncreatePostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute) Deprecated.createPreInvocationAttribute(String preFilterAttribute, String filterObject, String preAuthorizeAttribute) Deprecated. 
- 
Method Details
- 
createPreInvocationAttribute
PreInvocationAttribute createPreInvocationAttribute(String preFilterAttribute, String filterObject, String preAuthorizeAttribute) Deprecated. - 
createPostInvocationAttribute
PostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute) Deprecated. 
 - 
 
AuthorizationManager