Class PostFilterAuthorizationReactiveMethodInterceptor
- java.lang.Object
-
- org.springframework.security.authorization.method.PostFilterAuthorizationReactiveMethodInterceptor
-
- All Implemented Interfaces:
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
public final class PostFilterAuthorizationReactiveMethodInterceptor extends java.lang.Object implements org.springframework.core.Ordered, org.aopalliance.intercept.MethodInterceptor, org.springframework.aop.PointcutAdvisor, org.springframework.aop.framework.AopInfrastructureBeanAMethodInterceptorwhich filters the returned object from theMethodInvocationby evaluating an expression from thePostFilterannotation.- Since:
- 5.8
-
-
Constructor Summary
Constructors Constructor Description PostFilterAuthorizationReactiveMethodInterceptor()Creates an instance.PostFilterAuthorizationReactiveMethodInterceptor(MethodSecurityExpressionHandler expressionHandler)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aopalliance.aop.AdvicegetAdvice()intgetOrder()org.springframework.aop.PointcutgetPointcut()java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation mi)Filters the returned object from theMethodInvocationby evaluating an expression from thePostFilterannotation.booleanisPerInstance()voidsetOrder(int order)
-
-
-
Constructor Detail
-
PostFilterAuthorizationReactiveMethodInterceptor
public PostFilterAuthorizationReactiveMethodInterceptor()
Creates an instance.
-
PostFilterAuthorizationReactiveMethodInterceptor
public PostFilterAuthorizationReactiveMethodInterceptor(MethodSecurityExpressionHandler expressionHandler)
Creates an instance.
-
-
Method Detail
-
invoke
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation mi) throws java.lang.ThrowableFilters the returned object from theMethodInvocationby evaluating an expression from thePostFilterannotation.- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Parameters:
mi- theMethodInvocationto use- Returns:
- the
Publisherto use - Throws:
java.lang.Throwable
-
getPointcut
public org.springframework.aop.Pointcut getPointcut()
- Specified by:
getPointcutin interfaceorg.springframework.aop.PointcutAdvisor
-
getAdvice
public org.aopalliance.aop.Advice getAdvice()
- Specified by:
getAdvicein interfaceorg.springframework.aop.Advisor
-
isPerInstance
public boolean isPerInstance()
- Specified by:
isPerInstancein interfaceorg.springframework.aop.Advisor
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setOrder
public void setOrder(int order)
-
-