インターフェース PrePostInvocationAttributeFactory

すべてのスーパーインターフェース:
org.springframework.aop.framework.AopInfrastructureBean
すべての既知の実装クラス:
ExpressionBasedAnnotationAttributeFactory

@DeprecatedSE public interface PrePostInvocationAttributeFactory extends org.springframework.aop.framework.AopInfrastructureBean
使用すべきではありません。
AuthorizationManager で委譲を使用してください
導入:
3.0
関連事項:
  • メソッドの詳細

    • createPreInvocationAttribute

      PreInvocationAttribute createPreInvocationAttribute(@Nullable StringSE preFilterAttribute, @Nullable StringSE filterObject, @Nullable StringSE preAuthorizeAttribute)
      使用すべきではありません。
    • createPostInvocationAttribute

      PostInvocationAttribute createPostInvocationAttribute(@Nullable StringSE postFilterAttribute, @Nullable StringSE postAuthorizeAttribute)
      使用すべきではありません。