Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. REST?
  2. SOAP?
  3. Simple calls?
  4. Batched calls (e.g. replace all members of a group with the attached list)?
  5. Simple responses or complex responses (e.g. for groups a subject is in, return just the ID (KIM) or return group information(Grouper))?
  6. Act as another user?
  7. More operations that are well defined (KIM), or fewer operations with options (Grouper)?
  8. Do groups have lists (e.g. add a member to list X of Group Y)?  i.e. this is a triple assignment, instead of a tuple, though there could be a default for simple things (e.g. "members" list)
  9. If a Group a Subject?  i.e. can you add a group to a group with the same operation as add user to group?
  10. Deep namespace or one level namespace?
  11. How are subjects namespaced?
  12. How is a subject represented?  What attributes are built in? (e.g. Grouper has built in name, description, id, source, and can be searched by identifier or id or either)
  13. Do groups have an ID and name, or an ID / display name / system name? (or other)
  14.  
  • No labels