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 "Org.eclipse.higgins.idas.cp.xdi"

(New page: The XDI Context Provider implements IdAS operations by sending XDI messages to an XDI endpoint (or by applying them to a local XDI document). It maps IdAS operations to XDI operat...)
 
m (Added tag for left menu, plus category)
Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins}}
 
The [[XDI Context Provider]] implements [[IdAS]] operations by sending XDI messages to an XDI endpoint (or by applying them to a local XDI document).
 
The [[XDI Context Provider]] implements [[IdAS]] operations by sending XDI messages to an XDI endpoint (or by applying them to a local XDI document).
  
Line 13: Line 14:
 
* [http://wiki.oasis-open.org/xdi/ OASIS XDI TC Wiki]
 
* [http://wiki.oasis-open.org/xdi/ OASIS XDI TC Wiki]
 
* [http://en.wikipedia.org/wiki/XDI Wikipedia page on XDI]
 
* [http://en.wikipedia.org/wiki/XDI Wikipedia page on XDI]
 +
 +
[[Category:Higgins Components]]

Revision as of 10:24, 17 March 2008

{{#eclipseproject:technology.higgins}} The XDI Context Provider implements IdAS operations by sending XDI messages to an XDI endpoint (or by applying them to a local XDI document).

It maps IdAS operations to XDI operations. This mapping is described in further detail at IdAS XDI Mapping.

Implementation

The XDI Context Provider is a Higgins Context Provider, i.e. it implements the IContextFactory, IContext and other interfaces of the IdAS API.

Links

  • Higgins Home
  • The XDI RDF Model is the current OASIS TC proposal for an RDF-based data model and addressing format for XDI. This document includes the proposed XDI RDF schema and a number of examples of XDI documents. (Note that it does not yet include the proposed XDI messaging format, which uses XDI documents as message envelopes for other XDI documents.)
  • OASIS XDI TC Wiki
  • Wikipedia page on XDI

Back to the top