Interface AuthorizationAdvisor
- All Superinterfaces:
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
- All Known Implementing Classes:
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
An interface that indicates method security advice
-
Field Summary
Fields inherited from interface org.springframework.aop.Advisor
EMPTY_ADVICEFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface org.springframework.aop.Advisor
getAdvice, isPerInstanceMethods inherited from interface org.aopalliance.intercept.MethodInterceptor
invokeMethods inherited from interface org.springframework.core.Ordered
getOrderMethods inherited from interface org.springframework.aop.PointcutAdvisor
getPointcut