Interface GroupBackend

    • Method Detail

      • handles

        boolean handles​(AccountGroup.UUID uuid)
        Returns true if the backend can operate on the UUID.
      • get

        GroupDescription.Basic get​(AccountGroup.UUID uuid)
        Looks up a group in the backend. If the group does not exist, null is returned.
        Parameters:
        uuid - the group identifier
        Returns:
        the group
      • isVisibleToAll

        boolean isVisibleToAll​(AccountGroup.UUID uuid)
        Returns true if the group with the given UUID is visible to all registered users.
      • isOrContainsExternalGroup

        default boolean isOrContainsExternalGroup​(AccountGroup.UUID groupId)