Interface SupportsRoles

All Known Implementing Classes:
GravitinoMetalake

@Evolving public interface SupportsRoles
Interface for supporting list role names for objects. This interface will be mixed with metadata objects to provide listing role operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    List all the role names associated with this metadata object.
  • Method Details

    • listBindingRoleNames

      String[] listBindingRoleNames()
      List all the role names associated with this metadata object.
      Returns:
      The role name list associated with this metadata object.