Class ExpressionBasedPreInvocationAdvice
java.lang.Object
org.springframework.security.access.expression.method.ExpressionBasedPreInvocationAdvice
- All Implemented Interfaces:
org.springframework.aop.framework.AopInfrastructureBean,PreInvocationAuthorizationAdvice
@NullUnmarked
@Deprecated
public class ExpressionBasedPreInvocationAdvice
extends Object
implements PreInvocationAuthorizationAdvice
Deprecated.
Method pre-invocation handling based on expressions.
- Since:
- 3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbefore(org.springframework.security.core.Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PreInvocationAttribute attr) Deprecated.The "before" advice which should be executed to perform any filtering necessary and to decide whether the method call is authorised.voidsetExpressionHandler(org.springframework.security.access.expression.method.MethodSecurityExpressionHandler expressionHandler) Deprecated.
-
Constructor Details
-
ExpressionBasedPreInvocationAdvice
public ExpressionBasedPreInvocationAdvice()Deprecated.
-
-
Method Details
-
before
public boolean before(org.springframework.security.core.Authentication authentication, org.aopalliance.intercept.MethodInvocation mi, PreInvocationAttribute attr) Deprecated.Description copied from interface:PreInvocationAuthorizationAdviceThe "before" advice which should be executed to perform any filtering necessary and to decide whether the method call is authorised.- Specified by:
beforein interfacePreInvocationAuthorizationAdvice- Parameters:
authentication- the information on the principal on whose account the decision should be mademi- the method invocation being attemptedattr- the attribute built from the @PreFilter and @PostFilter annotations.- Returns:
- true if authorised, false otherwise
-
setExpressionHandler
public void setExpressionHandler(org.springframework.security.access.expression.method.MethodSecurityExpressionHandler expressionHandler) Deprecated.
-
AuthorizationManagerAfterMethodInterceptorinstead