Class PrePostAdviceReactiveMethodInterceptor
java.lang.Object
org.springframework.security.access.prepost.PrePostAdviceReactiveMethodInterceptor
- All Implemented Interfaces:
- org.aopalliance.aop.Advice,- org.aopalliance.intercept.Interceptor,- org.aopalliance.intercept.MethodInterceptor
@NullUnmarked
@Deprecated
public class PrePostAdviceReactiveMethodInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
Deprecated.
A 
MethodInterceptor that supports PreAuthorize and
 PostAuthorize for methods that return Mono or Flux and Kotlin
 coroutine functions.- Since:
- 5.0
- 
Constructor SummaryConstructorsConstructorDescriptionPrePostAdviceReactiveMethodInterceptor(MethodSecurityMetadataSource attributeSource, PreInvocationAuthorizationAdvice preInvocationAdvice, PostInvocationAuthorizationAdvice postInvocationAdvice) Deprecated.Creates a new instance
- 
Method Summary
- 
Constructor Details- 
PrePostAdviceReactiveMethodInterceptorpublic PrePostAdviceReactiveMethodInterceptor(MethodSecurityMetadataSource attributeSource, PreInvocationAuthorizationAdvice preInvocationAdvice, PostInvocationAuthorizationAdvice postInvocationAdvice) Deprecated.Creates a new instance- Parameters:
- attributeSource- the- MethodSecurityMetadataSourceto use
- preInvocationAdvice- the- PreInvocationAuthorizationAdviceto use
- postInvocationAdvice- the- PostInvocationAuthorizationAdviceto use
 
 
- 
- 
Method Details- 
invokeDeprecated.- Specified by:
- invokein interface- org.aopalliance.intercept.MethodInterceptor
 
 
- 
AuthorizationManagerBeforeReactiveMethodInterceptororAuthorizationManagerAfterReactiveMethodInterceptor