インターフェース AuthorizationAdvisor
- すべてのスーパーインターフェース:
org.aopalliance.aop.Advice、org.springframework.aop.Advisor、org.springframework.aop.framework.AopInfrastructureBean、org.aopalliance.intercept.Interceptor、org.aopalliance.intercept.MethodInterceptor、org.springframework.core.Ordered、org.springframework.aop.PointcutAdvisor
- すべての既知の実装クラス:
AuthorizationManagerAfterMethodInterceptor、AuthorizationManagerAfterReactiveMethodInterceptor、AuthorizationManagerBeforeMethodInterceptor、AuthorizationManagerBeforeReactiveMethodInterceptor、AuthorizeReturnObjectMethodInterceptor、PostFilterAuthorizationMethodInterceptor、PostFilterAuthorizationReactiveMethodInterceptor、PreFilterAuthorizationMethodInterceptor、PreFilterAuthorizationReactiveMethodInterceptor
public interface AuthorizationAdvisor
extends org.springframework.core.Ordered, org.aopalliance.intercept.MethodInterceptor, org.springframework.aop.PointcutAdvisor, org.springframework.aop.framework.AopInfrastructureBean
メソッドのセキュリティアドバイスを示すインターフェース
フィールドのサマリー
インターフェース org.springframework.aop.Advisor から継承されたフィールド
EMPTY_ADVICEインターフェース org.springframework.core.Ordered から継承されたフィールド
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE方法の概要
インターフェース org.springframework.aop.Advisor から継承されたメソッド
getAdvice, isPerInstanceインターフェース org.aopalliance.intercept.MethodInterceptor から継承されたメソッド
invokeインターフェース org.springframework.core.Ordered から継承されたメソッド
getOrderインターフェース org.springframework.aop.PointcutAdvisor から継承されたメソッド
getPointcut