クラス AuthorizationManagerAfterMethodInterceptor
java.lang.ObjectSE
org.springframework.security.authorization.method.AuthorizationManagerAfterMethodInterceptor
- 実装されたすべてのインターフェース:
org.aopalliance.aop.Advice
、org.aopalliance.intercept.Interceptor
、org.aopalliance.intercept.MethodInterceptor
、org.springframework.aop.Advisor
、org.springframework.aop.framework.AopInfrastructureBean
、org.springframework.aop.PointcutAdvisor
、org.springframework.core.Ordered
、AuthorizationAdvisor
public final class AuthorizationManagerAfterMethodInterceptor
extends ObjectSE
implements AuthorizationAdvisor
Authentication
が AuthorizationManager
を使用して MethodInvocation
の結果にアクセスできるかどうかを判別できる MethodInterceptor
- 導入:
- 5.6
フィールドサマリー
インターフェース org.springframework.aop.Advisor から継承されたフィールド
EMPTY_ADVICE
インターフェース org.springframework.core.Ordered から継承されたフィールド
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
コンストラクターのサマリー
コンストラクター説明AuthorizationManagerAfterMethodInterceptor
(org.springframework.aop.Pointcut pointcut, AuthorizationManager<MethodInvocationResult> authorizationManager) インスタンスを作成します。メソッドのサマリー
修飾子と型メソッド説明org.aopalliance.aop.Advice
int
getOrder()
org.springframework.aop.Pointcut
invoke
(org.aopalliance.intercept.MethodInvocation mi) boolean
PostAuthorize
アノテーションのインターセプターを作成しますpostAuthorize
(AuthorizationManager<MethodInvocationResult> authorizationManager) PostAuthorize
アノテーションのインターセプターを作成しますpostAuthorize
(PostAuthorizeAuthorizationManager authorizationManager) PostAuthorize
アノテーションのインターセプターを作成しますvoid
setAuthorizationEventPublisher
(AuthorizationEventPublisher eventPublisher) このAuthorizationEventPublisher
を使用して、AuthorizationManager
の結果を公開します。void
setOrder
(int order) void
使用するSecurityContextHolderStrategy
を設定します。
コンストラクターの詳細
AuthorizationManagerAfterMethodInterceptor
public AuthorizationManagerAfterMethodInterceptor(org.springframework.aop.Pointcut pointcut, AuthorizationManager<MethodInvocationResult> authorizationManager) インスタンスを作成します。- パラメーター:
pointcut
- 使用するPointcut
authorizationManager
- 使用するAuthorizationManager
メソッドの詳細
postAuthorize
PostAuthorize
アノテーションのインターセプターを作成します- 戻り値:
- インターセプター
postAuthorize
public static AuthorizationManagerAfterMethodInterceptor postAuthorize(PostAuthorizeAuthorizationManager authorizationManager) PostAuthorize
アノテーションのインターセプターを作成します- パラメーター:
authorizationManager
- 使用するPostAuthorizeAuthorizationManager
- 戻り値:
- インターセプター
postAuthorize
public static AuthorizationManagerAfterMethodInterceptor postAuthorize(AuthorizationManager<MethodInvocationResult> authorizationManager) PostAuthorize
アノテーションのインターセプターを作成します- パラメーター:
authorizationManager
- 使用するAuthorizationManager
- 戻り値:
- インターセプター
- 導入:
- 6.0
invoke
- 次で指定:
- インターフェース
org.aopalliance.intercept.MethodInterceptor
のinvoke
- パラメーター:
mi
- チェックするMethodInvocation
- 例外:
AccessDeniedException
- アクセスが許可されていない場合ThrowableSE
getOrder
public int getOrder()- 次で指定:
- インターフェース
org.springframework.core.Ordered
のgetOrder
setOrder
public void setOrder(int order) setAuthorizationEventPublisher
このAuthorizationEventPublisher
を使用して、AuthorizationManager
の結果を公開します。- パラメーター:
eventPublisher
-- 導入:
- 5.7
getPointcut
public org.springframework.aop.Pointcut getPointcut()- 次で指定:
- インターフェース
org.springframework.aop.PointcutAdvisor
のgetPointcut
getAdvice
public org.aopalliance.aop.Advice getAdvice()- 次で指定:
- インターフェース
org.springframework.aop.Advisor
のgetAdvice
isPerInstance
public boolean isPerInstance()- 次で指定:
- インターフェース
org.springframework.aop.Advisor
のisPerInstance
setSecurityContextHolderStrategy
使用するSecurityContextHolderStrategy
を設定します。デフォルトのアクションは、SecurityContextHolder
に格納されているSecurityContextHolderStrategy
を使用することです。- 導入:
- 5.8