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