Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Custom subject adapter spec work for Bamboo

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Custom subject adapter spec work for Bamboo


Chronological Thread 
  • From: Shilen Patel <>
  • To: Keith Hazelton <>, "" <>
  • Subject: Re: [grouper-users] Custom subject adapter spec work for Bamboo
  • Date: Tue, 28 Aug 2012 12:26:02 +0000
  • Accept-language: en-US

Hi,

The form in simpleSearch.jsp submits to the path /searchNewMembers.do. If
you look at the struts-config.xml, you'll see that path ends up mapping to
SearchNewMembersAction.java. Look at the calls to SubjectFinder in that
class.

Thanks!

-- Shilen


On 8/27/12 5:45 PM, "Keith Hazelton"
<>
wrote:

>I'm continuing work toward a custom Grouper subject adapter that will
>allow, for example, adding new people to groups when the people entries
>must be retrieved by queries agains the RESTful Bamboo Person Service.
>
>I understand that this probably means building on BaseSourceAdapter.java.
>
>What I'd like to understand at this point is how the delivered Grouper
>admin UI for adding members to a group actually invokes the source
>adapter. I see that there is a simpleSearch.jsp at
>.../grouper.ui-2.1.0/webapps/WEB-INF
>
>But I can't quite figure out how that is invoking a subject search.
>Certainly due to my limited understanding of JSPs & Java.
>
> Thanks in advance for pointers, --Keith




Archive powered by MHonArc 2.6.16.

Top of Page