Class PostFilterAuthorizationMethodInterceptor
java.lang.Object
org.springframework.security.authorization.method.PostFilterAuthorizationMethodInterceptor
- 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 PostFilterAuthorizationMethodInterceptor
extends Object
implements AuthorizationAdvisor
A
MethodInterceptor which filters a returnedObject from the
MethodInvocation by evaluating an expression from the PostFilter
annotation.- Since:
- 5.6
-
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
ConstructorsConstructorDescriptionCreates aPostFilterAuthorizationMethodInterceptorusing the provided parameters -
Method Summary
Modifier and TypeMethodDescriptionorg.aopalliance.aop.AdviceintgetOrder()org.springframework.aop.Pointcutinvoke(org.aopalliance.intercept.MethodInvocation mi) booleanvoidsetExpressionHandler(MethodSecurityExpressionHandler expressionHandler) Use thisMethodSecurityExpressionHandler.voidsetOrder(int order) voidSets theSecurityContextHolderStrategyto use.voidsetTemplateDefaults(PrePostTemplateDefaults defaults) Deprecated.voidConfigure pre/post-authorization template resolution
-
Constructor Details
-
PostFilterAuthorizationMethodInterceptor
public PostFilterAuthorizationMethodInterceptor()Creates aPostFilterAuthorizationMethodInterceptorusing the provided parameters
-
-
Method Details
-
setExpressionHandler
Use thisMethodSecurityExpressionHandler.- Parameters:
expressionHandler- theMethodSecurityExpressionHandlerto use
-
setTemplateDefaults
Deprecated.Please useAnnotationTemplateExpressionDefaultsinsteadConfigure pre/post-authorization template resolutionBy default, this value is
null, which indicates that templates should not be resolved.- Parameters:
defaults- - whether to resolve pre/post-authorization templates parameters- Since:
- 6.3
-
setTemplateDefaults
Configure pre/post-authorization template resolutionBy default, this value is
null, which indicates that templates should not be resolved.- Parameters:
defaults- - whether to resolve pre/post-authorization templates parameters- Since:
- 6.4
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setOrder
public void setOrder(int order) -
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
-
setSecurityContextHolderStrategy
Sets theSecurityContextHolderStrategyto use. The default action is to use theSecurityContextHolderStrategystored inSecurityContextHolder.- Since:
- 5.8
-
invoke
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Parameters:
mi- theMethodInvocationto check check- Returns:
- filtered
returnedObject - Throws:
Throwable
-
AnnotationTemplateExpressionDefaultsinstead