Interface SecureASTCustomizer.StatementChecker

  • Enclosing class:
    SecureASTCustomizer

    public static interface SecureASTCustomizer.StatementChecker
    This interface allows the user to provide a custom statement checker if the dis/allowed statement lists are not sufficient
    • Method Detail

      • isAuthorized

        boolean isAuthorized​(Statement expression)