クラス ExpressionBasedPostInvocationAdvice
- java.lang.Object
-
- org.springframework.security.access.expression.method.ExpressionBasedPostInvocationAdvice
- 実装済みのインターフェース一覧:
org.springframework.aop.framework.AopInfrastructureBean,PostInvocationAuthorizationAdvice
@Deprecated public class ExpressionBasedPostInvocationAdvice extends java.lang.Object implements PostInvocationAuthorizationAdvice
使用すべきではありません。代わりにAuthorizationManagerAfterMethodInterceptorを使用してください- 導入:
- 3.0
フィールド概要
フィールド 修飾子と型 フィールド 説明 protected org.apache.commons.logging.Loglogger使用すべきではありません。
コンストラクター概要
コンストラクター コンストラクター 説明 ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler)使用すべきではありません。
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 非推奨のメソッド 修飾子と型 メソッド 説明 java.lang.Objectafter(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, java.lang.Object returnedObject)使用すべきではありません。
コンストラクターの詳細
ExpressionBasedPostInvocationAdvice
public ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler)
使用すべきではありません。
メソッドの詳細
after
public java.lang.Object after(Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PostInvocationAttribute postAttr, java.lang.Object returnedObject) throws AccessDeniedException
使用すべきではありません。- 次で指定:
- インターフェース
PostInvocationAuthorizationAdvice内のafter - 例外:
AccessDeniedException