grouper-users - Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of "
Subject: Grouper Users - Open Discussion List
List archive
Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of "
Chronological Thread
- From: Julio Polo <>
- To: Steven Carmody <>
- Cc: Grouper-Users <>
- Subject: Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of "
- Date: Mon, 19 Mar 2018 10:54:06 -1000
- Ironport-phdr: 9a23:WHFR7BXDKFQeUDh1E2QZPukuI4PV8LGtZVwlr6E/grcLSJyIuqrYbBGPt8tkgFKBZ4jH8fUM07OQ7/i7HzRYqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba98IRmssQndqtQdjJd/JKo21hbHuGZDdf5MxWNvK1KTnhL86dm18ZV+7SleuO8v+tBZX6nicKs2UbJXDDI9M2Ao/8LrrgXMTRGO5nQHTGoblAdDDhXf4xH7WpfxtTb6tvZ41SKHM8D6Uaw4VDK/5KpwVhTmlDkIOCI48GHPi8x/kqRboA66pxdix4LYeZyZOOZicq/Ye94RWGhPUdtLVyFZAIy8YYsBAeQCM+hFsYfyu0ADogGiCQS2Hu7j1iNEi33w0KYn0+ohCwbG3Ak4EtwKrXTUqNT1NKAPWu6vy6nIyTLDZO5R1Df/9YjIdhEhofaXULJwa8XQx1MgFwLEjlmKt4PqIi6V2/0LvmOG4eRgUuevhHQmqwF3ujWvx8EsipXXiYIPzFDL6zl5zJgvKdKmVUF7fMaoEJRRtyGGN4t2X9gtT3tpuCY9zLANpJ21fDASxZg5xhPTd/6Kfo2G4h/gT+mdPTJ1iX15dL6jmhq/9FSvxvHnWcSx1VtGsDRJncPKu3sQzRLc8NKHReF4/kq52TaAyQTT6uZcLEAxj6XbKpohzqcxlpoPrUjPByD3lFvogKCMbEkk9e+o6+PoYrXiuJCQLZN7igb7Mqg2m8y/B/o3MhQWUmSF+OmwyL/u8Ej3QLhJlfI6jqzUvZ/GKcgHu6K0BhNa3po45Bu6CjqqzsoUkmMfIFJAYh2HjozpO1/UIPD/CPeym1askCpvx/DHOb3sGZXNIWLNkbj7fLZ96lRQxxQuwtBC/55UEK0OIOrvWk/ts9zVFhA5Mxazw+b6ENVyyJkeVXuSAq+CLqzSq0SI6/krI+mNf48VpC39J+Y/6/7vi385hUESfbOv3ZQJdHC0AO5qLFuEbnrx0Z89FjIxogcgQeqio1SYVDlfdj7mRL4x+Dw9P4mvF4LESpGFiqaGwyH9E5FLMDNoEFeJRFX1c4SDE88LbCXads18lj0DfbioVIYg1FejuBKsmOkvFfbd5iBN7cGr79Ny/eCG0EhqrTE=
I can only find the Java classes that seem to implement the gsh and WS calls to getGroups:
http://internet2.github.io/grouper/master/grouper-parent/apidocs/edu/internet2/middleware/grouper/app/gsh/getGroups.html
http://internet2.github.io/grouper/master/grouper-parent/apidocs/edu/internet2/middleware/grouper/ws/soap_v2_3/xsd/GetGroups.html
-juliohttp://internet2.github.io/grouper/master/grouper-parent/apidocs/edu/internet2/middleware/grouper/app/gsh/getGroups.html
http://internet2.github.io/grouper/master/grouper-parent/apidocs/edu/internet2/middleware/grouper/ws/soap_v2_3/xsd/GetGroups.html
On Mon, Mar 19, 2018 at 10:19 AM, Steven Carmody <> wrote:
thanks very much !
That's the web service -- is there a corresponding method in the core (java) API ?
We have two different sets of programs, and need to know about both APIs.
On 3/19/18 4:02 PM, Julio Polo wrote:
You want this one:
https://spaces.internet2.edu/display/Grouper/Get+Groups
-julio
On Mon, Mar 19, 2018 at 9:58 AM, Steven Carmody < <mailto:>> wrote:
Hi,
I'm assuming there's a way to do this ... using the ADMIN GUI, and
looking at a group, I can click "View entity details" and can request
Show groups where this entity is an DIRECT member
Show groups where this entity is an INDIRECT member
Show all groups where this entity is a member (DIRECT or INDIRECT)
I thought that getMemberships might do this, but it looks like it
returns info about the members of a group.
Is there a Web Service that provides this functionality ?
Is that a method in the core API that provides this functionality ?
thanks !
- [grouper-users] API to obtain "set of groups that THIS GROUP is a member of ", Steven Carmody, 03/19/2018
- Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of ", Julio Polo, 03/19/2018
- Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of ", Steven Carmody, 03/19/2018
- Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of ", Julio Polo, 03/19/2018
- Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of ", Peter DiCamillo, 03/19/2018
- RE: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of ", Redman, Chad, 03/20/2018
- Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of ", Julio Polo, 03/19/2018
- Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of ", Steven Carmody, 03/19/2018
- Re: [grouper-users] API to obtain "set of groups that THIS GROUP is a member of ", Julio Polo, 03/19/2018
Archive powered by MHonArc 2.6.19.