Class LegacySecurityConfig

java.lang.Object
io.trino.plugin.hive.security.LegacySecurityConfig

public class LegacySecurityConfig extends Object
  • Constructor Details

    • LegacySecurityConfig

      public LegacySecurityConfig()
  • Method Details

    • getAllowAddColumn

      public boolean getAllowAddColumn()
    • setAllowAddColumn

      @Config("hive.allow-add-column") public LegacySecurityConfig setAllowAddColumn(boolean allowAddColumn)
    • getAllowDropColumn

      public boolean getAllowDropColumn()
    • setAllowDropColumn

      @Config("hive.allow-drop-column") public LegacySecurityConfig setAllowDropColumn(boolean allowDropColumn)
    • getAllowDropTable

      public boolean getAllowDropTable()
    • setAllowDropTable

      @Config("hive.allow-drop-table") public LegacySecurityConfig setAllowDropTable(boolean allowDropTable)
    • getAllowRenameTable

      public boolean getAllowRenameTable()
    • setAllowRenameTable

      @Config("hive.allow-rename-table") public LegacySecurityConfig setAllowRenameTable(boolean allowRenameTable)
    • getAllowCommentTable

      public boolean getAllowCommentTable()
    • setAllowCommentTable

      @Config("hive.allow-comment-table") public LegacySecurityConfig setAllowCommentTable(boolean allowCommentTable)
    • getAllowCommentColumn

      public boolean getAllowCommentColumn()
    • setAllowCommentColumn

      @Config("hive.allow-comment-column") public LegacySecurityConfig setAllowCommentColumn(boolean allowCommentColumn)
    • getAllowRenameColumn

      public boolean getAllowRenameColumn()
    • setAllowRenameColumn

      @Config("hive.allow-rename-column") public LegacySecurityConfig setAllowRenameColumn(boolean allowRenameColumn)