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 SummaryModifier and TypeMethodDescriptioncreatePostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute) Deprecated.createPreInvocationAttribute(String preFilterAttribute, String filterObject, String preAuthorizeAttribute) Deprecated.
- 
Method Details- 
createPreInvocationAttributePreInvocationAttribute createPreInvocationAttribute(String preFilterAttribute, String filterObject, String preAuthorizeAttribute) Deprecated.
- 
createPostInvocationAttributePostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute) Deprecated.
 
- 
AuthorizationManager