Interface SecurityExpressionHandler<T>

    • Method Detail

      • getExpressionParser

        org.springframework.expression.ExpressionParser getExpressionParser()
        Returns:
        an expression parser for the expressions used by the implementation.
      • createEvaluationContext

        org.springframework.expression.EvaluationContext createEvaluationContext​(Authentication authentication,
                                                                                 T invocation)
        Provides an evaluation context in which to evaluate security expressions for the invocation type.