Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] grouperClient-2.2.1 does not seem to have bean class WsGetMembersLiteResult

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] grouperClient-2.2.1 does not seem to have bean class WsGetMembersLiteResult


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: "" <>, "" <>
  • Subject: RE: [grouper-users] grouperClient-2.2.1 does not seem to have bean class WsGetMembersLiteResult
  • Date: Mon, 4 Dec 2017 20:52:13 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:zbatNRREzL1581yqE1iI/LtmiNpsv+yvbD5Q0YIujvd0So/mwa6zbRGN2/xhgRfzUJnB7Loc0qyN4vCmATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSijewZbB/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/mHJhMJtkKJVrhGvpxJ9zI7VfI6bO/Vxc7jBfdMDWWZNQtpdWzBfDo66coABD/ABPeFdr4TlqVcArxu/BAiyC+P10jNDm2H73a0g0+QgCgHK0hErEtULsHvIrNX0NKYTXv6vzKTTzDXDdO9Z1S3g6IjQbB8hp/eMUahufsXM1EkiDgXIhUiep4ziOjOazOUNs26D4upvT+KvjHMnqxlvrTi12sgsjojJiZwTylDY7yl4zp01KcW5SE59fd6rDoFQtyeEOItqXM8uWX9ntzsnyrEetp67fTQKyJQ6xxHEcfCIb4+I4hflWe2MIjl4nGpodKyjixuw60StxezxWtOp3FtLoCdJiMTAum0M2hDL98SKROdx8l2l1DqSzQzf9PxILEQumabGKZMsw7g9nYcJv0vZBC/5gkD2gbeWdko6/uio7PzqbK36q5GbK4N4lxjyPLk2lMCiGOg4NRMBUHaB9eS7yb3j4Vb2QLJXjv0wj6bVqojaJd4cpq6lHQBazpoj6xe4DzegytgYmmQHLE5BeBKAiIjpOEvCL+z/Dfe6m1iskTFryO7aPrD5HJnBMnrOnK3ucLt88UJQ1Qs+wN5F655JF70MIer/Wkrru9zZCh85PRa0w+HiCNhl04MRRWKPA6+YMazMq1+F/eMvI/KQa4MPpTb9M+Yq5/jojXMjh1ASYLSp0YMNaH+kBvRmP1mZYX30j9cOC2cKuRc+TPT0h12YSDJTem2yULwm5jEgE4+mCYbDRpuxgLyawiu3BJxWZmZaCl+SC3focZuLW+sSZC6IPMBujyEEBvCdTNpr1QugnAb8x6BqMazf/zBeuJ7+npAh5/fdvRg0+SZ5EIKW1nzLQm1pyCdADTAs271nrFY410yOy7NQgvpEGMZV6u8TFAo2KNSUm+NgDM3qVxiEY8yEUk2OQ9O6DCs3Q85rhdICfhAuNc+li0WJ/zu4DqVR35eLHp0vuOqI2nPxNtRw0V7Hz6JnkkErRM0JOGG70P0svzPPDpLExh3K352hcr4RiXbA
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99


https://software.internet2.edu/grouper/release/2.2.1/grouper.clientBinary-2.2.1.tar.gz

Get the grouper client.

The code you referenced is mainly to generate the JSON, not really to use,
sorry.

Instead do something like this:

https://github.com/Internet2/grouper/blob/GROUPER_2_2_1/grouper-misc/grouperClient/src/java/edu/internet2/middleware/grouperClient/GrouperClient.java

GcGetMembers gcGetMembers = new GcGetMembers();
gcGetMembers.addGroupName(groupName);

WsGetMembersResults wsGetMembersResults = gcGetMembers.execute();

Thanks
Chris



-----Original Message-----
From:


[mailto:]
On Behalf Of

Sent: Monday, December 04, 2017 3:27 PM
To:

Subject: [grouper-users] grouperClient-2.2.1 does not seem to have bean class
WsGetMembersLiteResult

We have grouper 2.2.1 installed. I have been looking at the sample code for
here -->
https://github.com/Internet2/grouper/blob/GROUPER_2_2_1-branch/grouper-ws/grou
per-ws/doc/samples/getMembers/WsSampleGetMembersRestLite2_withInput_http_json.
txt

In my java code (using Maven) I have this dependency:

<dependency>
<groupId>edu.internet2.middleware.grouper</groupId>
<artifactId>grouperClient</artifactId>
<version>2.2.1</version>
</dependency>

Trying to replicate the code but the client jar does not contain the
edu.internet2.middleware.grouperClient.ws.beans.WsRestGetMembersLiteRequest
that appears in the sample code for that branch in the documentation.

What is the fix for this?
Helen Feder
Carnegie Mellon University



Archive powered by MHonArc 2.6.19.

Top of Page