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 "PDS 2.0"

(Accessing a PDS)
(Core Service)
Line 6: Line 6:
  
 
== Core Service ==
 
== Core Service ==
The PDS is a variant of the [[IdAS Proxy Service]], with the following changes:  
+
The [[IdAS Proxy Service]] is layered over the [[Attribute Service 1.1]] 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 PDS 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]].
 
The [[IdAS Proxy Service]] is layered over the [[Attribute Service 1.1]] 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.
 
  
 
== Accessing a PDS ==
 
== Accessing a PDS ==

Revision as of 11:25, 12 August 2010

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

The PDS 2.0 is a work in progress.

This wiki page contains a few pointers, but needs to be rewritten.

Core Service

The IdAS Proxy Service is layered over the Attribute Service 1.1 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 PDS uses a variant of the IdAS Proxy Service, with the following changes:

Accessing a PDS

Accessing a PDS from an app (aka relying party, service provider)

Old Notes

Back to the top