Skip to Content.
Sympa Menu

grouper-users - [grouper-users] putting attributes on a 'member'

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] putting attributes on a 'member'


Chronological Thread 
  • From: Scott Koranda <>
  • To: "''" <>
  • Subject: [grouper-users] putting attributes on a 'member'
  • Date: Wed, 27 Oct 2010 17:25:57 -0500

Hi,

I used gsh to put an attribute value onto a 'member' like
this:

s =
SubjectFinder.findById("")

m = MemberFinder.findBySubject(grouperSession, s, false)
m.getAttributeValueDelegate().assignValue("Communities:LVC:authorNameFirstInitial",
"S")

It worked. Great.

But it also reminded me to ask this naive question: what is
the distinction between a subject and a member?

Is it only that a member is a subject with a membership in at
least one group known to Grouper, while a subject can "live"
outside of Grouper without being a member of any group?

Thanks,

Scott




Archive powered by MHonArc 2.6.16.

Top of Page