Interface SupportsRoles
- All Known Implementing Classes:
GravitinoMetalake
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 TypeMethodDescriptionString[]
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.
-