[Java] Interface ExpressionChecker
This interface allows the user to plugin custom expression checkers if expression blacklist or whitelist are not sufficient
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
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/2.4.21/html/gapi/org/codehaus/groovy/control/customizers/SecureASTCustomizer.ExpressionChecker.html