Interface GroupManager

All Superinterfaces:
AutoCloseable, Closeable, HandlerBase<Group>, Initable, LastModifiedAware, Manager<Group>, Searchable<Group>
All Known Implementing Classes:
AbstractGroupManager, GroupManagerDecorator

public interface GroupManager extends Manager<Group>, Searchable<Group>
The central class for managing Groups. This class is a singleton and is available via injection.
  • Method Details

    • getGroupsForMember

      Collection<Group> getGroupsForMember(String member)
      Returns a Collection of all groups assigned to the given member.
    • getAllNames

      Set<String> getAllNames()
      Returns a Set of all group names.
      Since:
      2.42.0