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