クラス PrePostAdviceReactiveMethodInterceptor
- java.lang.Object
-
- org.springframework.security.access.prepost.PrePostAdviceReactiveMethodInterceptor
- 実装済みのインターフェース一覧:
org.aopalliance.aop.Advice、org.aopalliance.intercept.Interceptor、org.aopalliance.intercept.MethodInterceptor
public class PrePostAdviceReactiveMethodInterceptor extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptor- 導入:
- 5.0
コンストラクター概要
コンストラクター コンストラクター 説明 PrePostAdviceReactiveMethodInterceptor(MethodSecurityMetadataSource attributeSource, PreInvocationAuthorizationAdvice preInvocationAdvice, PostInvocationAuthorizationAdvice postInvocationAdvice)新しいインスタンスを作成します
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)
コンストラクターの詳細
PrePostAdviceReactiveMethodInterceptor
public PrePostAdviceReactiveMethodInterceptor(MethodSecurityMetadataSource attributeSource, PreInvocationAuthorizationAdvice preInvocationAdvice, PostInvocationAuthorizationAdvice postInvocationAdvice)
新しいインスタンスを作成します- パラメーター:
attributeSource- 使用するMethodSecurityMetadataSourcepreInvocationAdvice- 使用するPreInvocationAuthorizationAdvicepostInvocationAdvice- 使用するPostInvocationAuthorizationAdvice