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