public interface SecurityExpressionHandler<T>
extends org.springframework.aop.framework.AopInfrastructureBean
Modifier and Type | Method and Description |
---|---|
org.springframework.expression.EvaluationContext |
createEvaluationContext(Authentication authentication,
T invocation)
Provides an evaluation context in which to evaluate security expressions for the
invocation type.
|
org.springframework.expression.ExpressionParser |
getExpressionParser() |
org.springframework.expression.ExpressionParser getExpressionParser()
org.springframework.expression.EvaluationContext createEvaluationContext(Authentication authentication, T invocation)