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.
Use delegation with AuthorizationManager
Since:
3.0
See Also:
  • Method Details

    • createPreInvocationAttribute

      PreInvocationAttribute createPreInvocationAttribute(@Nullable String preFilterAttribute, @Nullable String filterObject, @Nullable String preAuthorizeAttribute)
      Deprecated.
    • createPostInvocationAttribute

      PostInvocationAttribute createPostInvocationAttribute(@Nullable String postFilterAttribute, @Nullable String postAuthorizeAttribute)
      Deprecated.