[Java] Interface SecureASTCustomizer.StatementChecker
@FunctionalInterface public interface SecureASTCustomizer.StatementChecker
This interface allows the user to provide a custom statement checker if the dis/allowed statement lists are not sufficient
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public boolean |
isAuthorized(Statement expression) |
Method Detail
public boolean isAuthorized(Statement 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.StatementChecker.html