Changes between Version 23 and Version 24 of UniformClearinghouseAPIV2


Ignore:
Timestamp:
11/13/13 10:58:37 (10 years ago)
Author:
mbrinn@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPIV2

    v23 v24  
    594594{{{
    595595#!python
    596 # Provide list of credentials for the invoking member relative to the given slice.
     596# Provide list of credentials for the caller relative to the given slice.
    597597# If the invocation is in a speaks-for context, the credentials will be for the
    598598# ‘spoken-for’ member, not the invoking tool.
     
    683683#
    684684# Return:
    685 #    List of dictionary of urn/role pairs [(‘SLICE_URN’ : slice_urn, ‘SLICE_ROLE’ : role} ...]
    686 #        (or PROJECT_MEMBER/PROJECT_ROLE for Project Member Service)
    687 #       for each object to which a member belongs, where role is a string of the role name
     685#    List of dictionary of urn/role pairs
     686#        [(‘SLICE_URN’ : slice_urn, ‘SLICE_ROLE’ : role} ...]
     687#        (or PROJECT_MEMBER/PROJECT_ROLE
     688#           for Project Member Service)
     689#        for each object to which a member belongs,
     690#        where role is a string of the role name
    688691def lookup_for_member(type, member_urn, credentials, options)
    689692}}}