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