Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. How are subjects namespaced?
  2. 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).  Or does the group service communicate with an id, and subject information is retrieved from another system.
  3. Can you get netId's back from the service or just opaque id's?

Protocol

  1. Initial assumption is web service based with pluggable authentication
  2. Do we need a messaging design (xmpp)?
  3. REST? (if REST, then XML, JSON, and/or XHTML)?
  4. SOAP?
  5. Simple calls?
  6. Batched calls (e.g. replace all members of a group with the attached list)?  (if batched, can you pass a TX type)?
  7. Simple responses or complex responses (e.g. for groups a subject is in, return just the ID (KIM) or return group information(Grouper))?
  8. How are results communicated back?  Result code, description, warnings, errors, success_TF, etc?
  9. If you add a member to a group who is already a member, is that a success, and is there a result code that represents that? (same with delete)
  10. Paging and sorting for results?
  11. Is the client and server version transmitted in the request/response?

...