Class AuthorizationManagerAfterReactiveMethodInterceptor

java.lang.Object
org.springframework.security.authorization.method.AuthorizationManagerAfterReactiveMethodInterceptor
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, AuthorizationAdvisor

public final class AuthorizationManagerAfterReactiveMethodInterceptor extends Object implements AuthorizationAdvisor
A MethodInterceptor which can determine if an Authentication has access to the returned object from the MethodInvocation using the configured ReactiveAuthorizationManager.
Since:
5.8