Enum Class ViewPrivilege

java.lang.Object
java.lang.Enum<ViewPrivilege>
org.apache.polaris.core.admin.model.ViewPrivilege
All Implemented Interfaces:
Serializable, Comparable<ViewPrivilege>, Constable

public enum ViewPrivilege extends Enum<ViewPrivilege>
  • Enum Constant Details

    • CATALOG_MANAGE_ACCESS

      public static final ViewPrivilege CATALOG_MANAGE_ACCESS
    • VIEW_DROP

      public static final ViewPrivilege VIEW_DROP
    • VIEW_LIST

      public static final ViewPrivilege VIEW_LIST
    • VIEW_READ_PROPERTIES

      public static final ViewPrivilege VIEW_READ_PROPERTIES
    • VIEW_WRITE_PROPERTIES

      public static final ViewPrivilege VIEW_WRITE_PROPERTIES
    • VIEW_FULL_METADATA

      public static final ViewPrivilege VIEW_FULL_METADATA
  • Method Details

    • values

      public static ViewPrivilege[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ViewPrivilege valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null