[Java] Interface SecureASTCustomizer.ExpressionChecker
@FunctionalInterface public interface SecureASTCustomizer.ExpressionChecker
This interface allows the user to provide a custom expression checker if the dis/allowed expression lists are not sufficient
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public boolean |
isAuthorized(Expression expression) |
Method Detail
public boolean isAuthorized(Expression expression)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/control/customizers/SecureASTCustomizer.ExpressionChecker.html