@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
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
isAuthorized(Statement expression)Determines whether the supplied statement is authorized. |
Determines whether the supplied statement is authorized.
expression - the statement to inspecttrue if the statement is allowed