Class AuthorizationManagerBeforeReactiveMethodInterceptor
java.lang.Object
org.springframework.security.authorization.method.AuthorizationManagerBeforeReactiveMethodInterceptor
- 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 AuthorizationManagerBeforeReactiveMethodInterceptor
extends Object
implements org.springframework.core.Ordered, org.aopalliance.intercept.MethodInterceptor, org.springframework.aop.PointcutAdvisor, org.springframework.aop.framework.AopInfrastructureBean
A
MethodInterceptor which can determine if an Authentication has access
to the MethodInvocation using the configured
ReactiveAuthorizationManager.- Since:
- 5.8
-
Field Summary
Fields inherited from interface org.springframework.aop.Advisor
EMPTY_ADVICEFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationManagerBeforeReactiveMethodInterceptor(org.springframework.aop.Pointcut pointcut, ReactiveAuthorizationManager<org.aopalliance.intercept.MethodInvocation> authorizationManager) Creates an instance. -
Method Summary
Modifier and TypeMethodDescriptionorg.aopalliance.aop.AdviceintgetOrder()org.springframework.aop.Pointcutinvoke(org.aopalliance.intercept.MethodInvocation mi) Determines if anAuthenticationhas access to theMethodInvocationusing the configuredReactiveAuthorizationManager.booleanCreates an instance for thePreAuthorizeannotation.preAuthorize(ReactiveAuthorizationManager<org.aopalliance.intercept.MethodInvocation> authorizationManager) Creates an instance for thePreAuthorizeannotation.voidsetOrder(int order)
-
Constructor Details
-
AuthorizationManagerBeforeReactiveMethodInterceptor
public AuthorizationManagerBeforeReactiveMethodInterceptor(org.springframework.aop.Pointcut pointcut, ReactiveAuthorizationManager<org.aopalliance.intercept.MethodInvocation> authorizationManager) Creates an instance.- Parameters:
pointcut- thePointcutto useauthorizationManager- theReactiveAuthorizationManagerto use
-
-
Method Details
-
preAuthorize
Creates an instance for thePreAuthorizeannotation.- Returns:
- the
AuthorizationManagerBeforeReactiveMethodInterceptorto use
-
preAuthorize
public static AuthorizationManagerBeforeReactiveMethodInterceptor preAuthorize(ReactiveAuthorizationManager<org.aopalliance.intercept.MethodInvocation> authorizationManager) Creates an instance for thePreAuthorizeannotation.- Parameters:
authorizationManager- theReactiveAuthorizationManagerto use- Returns:
- the
AuthorizationManagerBeforeReactiveMethodInterceptorto use
-
invoke
Determines if anAuthenticationhas access to theMethodInvocationusing the configuredReactiveAuthorizationManager.- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Parameters:
mi- theMethodInvocationto use- Returns:
- the
Publisherfrom theMethodInvocationor aPublishererror if access is denied - Throws:
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)
-