Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Org.eclipse.higgins.idas.cp.xdi

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} 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