Interface PrePostInvocationAttributeFactory
-
- All Superinterfaces:
org.springframework.aop.framework.AopInfrastructureBean
- All Known Implementing Classes:
ExpressionBasedAnnotationAttributeFactory
public interface PrePostInvocationAttributeFactory extends org.springframework.aop.framework.AopInfrastructureBean
Deprecated.Use delegation withAuthorizationManager
- Since:
- 3.0
- See Also:
AuthorizationManagerBeforeMethodInterceptor
,AuthorizationManagerAfterMethodInterceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description PostInvocationAttribute
createPostInvocationAttribute(java.lang.String postFilterAttribute, java.lang.String postAuthorizeAttribute)
Deprecated.PreInvocationAttribute
createPreInvocationAttribute(java.lang.String preFilterAttribute, java.lang.String filterObject, java.lang.String preAuthorizeAttribute)
Deprecated.
-
-
-
Method Detail
-
createPreInvocationAttribute
PreInvocationAttribute createPreInvocationAttribute(java.lang.String preFilterAttribute, java.lang.String filterObject, java.lang.String preAuthorizeAttribute)
Deprecated.
-
createPostInvocationAttribute
PostInvocationAttribute createPostInvocationAttribute(java.lang.String postFilterAttribute, java.lang.String postAuthorizeAttribute)
Deprecated.
-
-