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 "Personal Data Store"

(Redirecting to Personal Data Store 1.1)
Line 1: Line 1:
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
+
#REDIRECT [[Personal Data Store 1.1]]
 
+
The [[Personal Data Store]] is a special flavor of the [[IdAS Proxy Service]] solution, with the following additional configuration:
+
* 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]].
+
 
+
[[Image:Pds.png]]
+
 
+
In other words, the Personal Data Store provides a user with an arbitrary number of "personal" [[Context]]s adhering to the Higgins [[Context Data Model]], which can be used for storing arbitrary (identity) data. [[UDI]]s can be used for representing "links" between [[Context]]s, both inside the [[Personal Data Store]] and to external data sources.
+
 
+
The [[Personal Data Store]] can be accessed by sending [[XDI]] messages to its endpoint.
+
 
+
The following Higgins components facilitate this task:
+
* [[Org.eclipse.higgins.idas.client]] (Java IdAS Client)
+
* [[Org.eclipse.higgins.idasclient.cpp.core]] (C++ IdAS Client)
+

Revision as of 10:11, 24 January 2010

Back to the top