クラス ExpressionBasedAnnotationAttributeFactory
java.lang.ObjectSE
org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory
- 実装済みのインターフェース一覧:
org.springframework.aop.framework.AopInfrastructureBean, PrePostInvocationAttributeFactory
@NullUnmarked
@DeprecatedSE
public class ExpressionBasedAnnotationAttributeFactory
extends ObjectSE
implements PrePostInvocationAttributeFactory
使用すべきではありません。
アノテーション値を実行時に評価される式として解釈する
PrePostInvocationAttributeFactory。- 導入:
- 3.0
コンストラクター概要
コンストラクターコンストラクター説明使用すべきではありません。方法の概要
修飾子と型メソッド説明@Nullable PostInvocationAttributecreatePostInvocationAttribute(StringSE postFilterAttribute, StringSE postAuthorizeAttribute) 使用すべきではありません。createPreInvocationAttribute(StringSE preFilterAttribute, StringSE filterObject, StringSE preAuthorizeAttribute) 使用すべきではありません。
コンストラクターの詳細
ExpressionBasedAnnotationAttributeFactory
使用すべきではありません。
方法の詳細
createPreInvocationAttribute
public PreInvocationAttribute createPreInvocationAttribute(StringSE preFilterAttribute, StringSE filterObject, StringSE preAuthorizeAttribute) 使用すべきではありません。- 次で指定:
- インターフェース
PrePostInvocationAttributeFactory内のcreatePreInvocationAttribute
createPostInvocationAttribute
public @Nullable PostInvocationAttribute createPostInvocationAttribute(StringSE postFilterAttribute, StringSE postAuthorizeAttribute) 使用すべきではありません。- 次で指定:
- インターフェース
PrePostInvocationAttributeFactory内のcreatePostInvocationAttribute
AuthorizationManagerインターセプターを使用してください