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

Difference between revisions of "Org.eclipse.higgins.idas.cp.xdi"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
{{#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).
+
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]].
 
It maps IdAS operations to XDI operations. This mapping is described in further detail at [[IdAS XDI Mapping]].
 +
 +
The XDI Context Provider is the client counterpart to the [[Org.eclipse.higgins.as|Attribute Service]] web application.
  
 
== Implementation ==
 
== Implementation ==

Revision as of 11:23, 15 July 2009

{{#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.

The XDI Context Provider is the client counterpart to the Attribute Service web application.

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