Interface Group

All Superinterfaces:
Auditable
All Known Implementing Classes:
GroupDTO

@Evolving public interface Group extends Auditable
The interface of a Group. The Group is the entity which contains users.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the group.
    The roles of the group.

    Methods inherited from interface org.apache.gravitino.Auditable

    auditInfo
  • Method Details

    • name

      String name()
      The name of the group.
      Returns:
      The name of the group.
    • roles

      List<String> roles()
      The roles of the group.
      Returns:
      The roles of the group.