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

gcgetmemberships should allow calls by folder or scope

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • grouperClient, WS
    • None

    Description

      /**
       * validate this call
       */
       private void validate() {
       if (GrouperClientUtils.length(this.groupNames) == 0
       && GrouperClientUtils.length(this.groupUuids) == 0
       && GrouperClientUtils.length(this.membershipIds) == 0
       && GrouperClientUtils.length(this.wsSubjectLookups) == 0) {
       throw new RuntimeException("Group name or uuid or subject lookup or membership id is required: " + this);
       }
       }
      

      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: