Skip to Content.
Sympa Menu

grouper-dev - Re: Source.getAllIdentifiers() ?

Subject: Grouper Developers Forum

List archive

Re: Source.getAllIdentifiers() ?


Chronological Thread 
  • From: Tom Zeller <>
  • To: Chris Hyzer <>
  • Cc: Tom Zeller <>, Grouper Dev <>
  • Subject: Re: Source.getAllIdentifiers() ?
  • Date: Wed, 31 Mar 2010 09:50:02 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=wrqzeHJKHZftgqo6zRyOKgR4zp+4Rmd6QjFmQVWjlL8twongpyj9IfQC5zr4qQ+FFY 37a1KTkVuuL90nsh5R3MGNWWxRR2Y9bJ29Uu3WhjOqMReTpnQ62mnHb4N1J6NDQSfOqB kXzozNjMwLnb+3PNUIax5kHpw7mXNzF+AbzTM=

> What does this return?  The attribute names of identifier attributes?  I
> needed something similar for kuali, but just a label on the netId attribute

Perhaps

Set<String> getAllSubjectsIdentifiers

which would return all identifiers, obviously one per subject. Similar to

Set<Subject> getAllSubjects

or an iterator would be fine too.



Archive powered by MHonArc 2.6.16.

Top of Page