Interface SecureASTCustomizer.ExpressionChecker
-
- Enclosing class:
- SecureASTCustomizer
public static interface SecureASTCustomizer.ExpressionChecker
This interface allows the user to provide a custom expression checker if the dis/allowed expression lists are not sufficient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAuthorized(Expression expression)
-
-
-
Method Detail
-
isAuthorized
boolean isAuthorized(Expression expression)
-
-