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 "Attribute Data Service 1.1"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}  
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}  
  
The Personal (and managed) data store 2.0 is a work in progress.  
+
The [[Attribute Data Service 2.0]] is the umbrella name for the following alternative web services:
 +
* [[IdAS Proxy Service]] and its supporting [[Attribute Service 2.0]]
 +
* New REST API
  
This wiki page is currently just a few rough notes.
+
== IdAS Proxy Service ==
 
+
== Core Service ==
+
 
The [[IdAS Proxy Service]] is layered over the [[Attribute Service 2.0]] to provide a bi-directional, synchronizing XDI endpoint over data managed by Context Provider plug-ins to the IdAS package. These context providers area also data adapters to a variety of back end data stores.
 
The [[IdAS Proxy Service]] is layered over the [[Attribute Service 2.0]] to provide a bi-directional, synchronizing XDI endpoint over data managed by Context Provider plug-ins to the IdAS package. These context providers area also data adapters to a variety of back end data stores.
  
The personal/managed data store uses a variant of the [[IdAS Proxy Service]], with the following changes:  
+
The [[Attribute Data Service 2.0]] uses a variant of the [[IdAS Proxy Service]], with the following changes:  
 
*The [[Org.eclipse.higgins.idas.udi|UDI Resolver]] is configured to support '''sync://''' UDIs  
 
*The [[Org.eclipse.higgins.idas.udi|UDI Resolver]] is configured to support '''sync://''' UDIs  
 
*The [[Org.eclipse.higgins.idas.registry|IdAS Registry]] is configured to include the [[Org.eclipse.higgins.idas.cp.rdf2|RDF2]] [[Context Provider]].
 
*The [[Org.eclipse.higgins.idas.registry|IdAS Registry]] is configured to include the [[Org.eclipse.higgins.idas.cp.rdf2|RDF2]] [[Context Provider]].
  
== Accessing the store ==
+
You send [[XDI]] messages to the proxy service endpoint using one of the following client libraries:
Accessing a store from an app (aka relying party, service provider)  
+
*[[Org.eclipse.higgins.idas.client]] (Java IdAS Client)  
* [[Higgins PDS Access]] - rough notes
+
*[[Org.eclipse.higgins.idasclient.cpp.core]] (C++ IdAS Client)
 +
 
 +
== New REST API ==
 +
* TO BE WRITTEN
  
==Old Notes==
+
== TODO ==
*Sending [[XDI]] messages to its endpoint
+
Need to merge the following page into this one
*Using the following low level client libraries:
+
* [[Higgins PDS Access]]
**[[Org.eclipse.higgins.idas.client]] (Java IdAS Client)
+
**[[Org.eclipse.higgins.idasclient.cpp.core]] (C++ IdAS Client)
+
*Using the [[PDS Client 2.0]]
+

Revision as of 12:18, 16 November 2010

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

The Attribute Data Service 2.0 is the umbrella name for the following alternative web services:

IdAS Proxy Service

The IdAS Proxy Service is layered over the Attribute Service 2.0 to provide a bi-directional, synchronizing XDI endpoint over data managed by Context Provider plug-ins to the IdAS package. These context providers area also data adapters to a variety of back end data stores.

The Attribute Data Service 2.0 uses a variant of the IdAS Proxy Service, with the following changes:

You send XDI messages to the proxy service endpoint using one of the following client libraries:

New REST API

  • TO BE WRITTEN

TODO

Need to merge the following page into this one

Back to the top