Interface GroupClient

All Known Implementing Classes:
NativeGroupClient

public interface GroupClient
  • Method Details

    • getGroups

      List<GroupBean> getGroups(String query)
      Retrieves groups matching the query
      Returns:
      a list of matching group beans
    • getUsersInGroup

      List<UserBean> getUsersInGroup(String group, int limit)
      Retrieves all the users in the given group
      Returns:
      Either an error collection if the request failed or a list of users