インターフェース PrePostInvocationAttributeFactory
- すべてのスーパーインターフェース:
org.springframework.aop.framework.AopInfrastructureBean
- すべての既知の実装クラス:
ExpressionBasedAnnotationAttributeFactory
@DeprecatedSE
public interface PrePostInvocationAttributeFactory
extends org.springframework.aop.framework.AopInfrastructureBean
使用すべきではありません。
メソッドのサマリー
修飾子と型メソッド説明createPostInvocationAttribute
(@Nullable StringSE postFilterAttribute, @Nullable StringSE postAuthorizeAttribute) 使用すべきではありません。createPreInvocationAttribute
(@Nullable StringSE preFilterAttribute, @Nullable StringSE filterObject, @Nullable StringSE preAuthorizeAttribute) 使用すべきではありません。
メソッドの詳細
createPreInvocationAttribute
PreInvocationAttribute createPreInvocationAttribute(@Nullable StringSE preFilterAttribute, @Nullable StringSE filterObject, @Nullable StringSE preAuthorizeAttribute) 使用すべきではありません。createPostInvocationAttribute
PostInvocationAttribute createPostInvocationAttribute(@Nullable StringSE postFilterAttribute, @Nullable StringSE postAuthorizeAttribute) 使用すべきではありません。
AuthorizationManager
で委譲を使用してください