Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ContextId"

(See Also)
Line 5: Line 5:
 
* A given [[ContextRef]] may be used against multiple [[Context Provider]]s to produce the same [[Context]] (although, as mentioned, different IContext instances).
 
* A given [[ContextRef]] may be used against multiple [[Context Provider]]s to produce the same [[Context]] (although, as mentioned, different IContext instances).
 
* [[ContextRef]]s MAY be XRIs
 
* [[ContextRef]]s MAY be XRIs
* [[ContextRef]]s MUST be subdivideable by "/" (e.g. to allow constructing through the following possible kind of concatenation: <contextRef-root>/<schemaType>/<object-identifier>
+
* [[ContextRef]]s MUST be subdivideable by "/" (e.g. to allow constructing through the following possible kind of concatenation: <contextRef-root>/<schemaType>/<object-identifier>)
 
* ContextRefs are used by the [[Identity Attribute Service (IdAS)]] and its [[Context Provider]]s
 
* ContextRefs are used by the [[Identity Attribute Service (IdAS)]] and its [[Context Provider]]s
  

Revision as of 02:04, 14 December 2006

Examples

  1. http://www.fabrikam123.example/4f544/ldap347/HR/employees --an LDAP employee directory
  2. proprietary-scheme-a://contactlist -- user's contact list stored as tab-delimited file
  3. xri://foo*bar/baz

Open issues

  1. Do we need a method in IdAS to test that two given ContextRefs actually resolve to the same Context?

See Also

Back to the top