Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-4896

totalResults could be improved in SCIM

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • 4.5.4, 5.3.4, 5.4.0
    • None
    • None
    • None

    Description

              int totalResults = GrouperUtil.jsonJacksonGetInteger(jsonNode, "totalResults");
              int itemsPerPage = GrouperUtil.jsonJacksonGetInteger(jsonNode, "itemsPerPage");
              startIndex = GrouperUtil.jsonJacksonGetInteger(jsonNode, "startIndex");
       
              if (totalResults == 0) {
                return results;
              }
       
       
       

      https://datatracker.ietf.org/doc/html/rfc7644

       
      totalResults The total number of results returned by the list or
      query operation. The value may be larger than the number of
      resources returned, such as when returning a single page (see
      Section 3.4.2.4
      ) of results where multiple pages are available.
      REQUIRED.

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: