Interface QueryHandler.SqlCatalogAuthorization

Enclosing class:
QueryHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface QueryHandler.SqlCatalogAuthorization
Since:
1.0
  • Method Details

    • canRead

      boolean canRead(String objectName)
    • canAdmin

      default boolean canAdmin(String objectName)
    • canWrite

      default boolean canWrite(String objectName)
    • canRemove

      default boolean canRemove(String objectName)
    • canDescribe

      default boolean canDescribe(String objectName)
    • allowAll