Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 Architecture"

(An endpoint for an individual's personal data)
(An endpoint for an individual's personal data)
Line 17: Line 17:
 
[[Image:Pds intro.png|center]]
 
[[Image:Pds intro.png|center]]
  
An individual's data are represented as a number of [[Context]]s adhering to the Higgins [[Persona Data Model 2.0]], which can be used for storing arbitrary (identity and social networking) data. [[UDI]] references are used for representing "links" between [[Context]]s, both inside the [[Personal Data Store 2.0]] and to external data sources.
+
Within a PDS a single individual is represented as a set of Contexts each of which holds a digital identity called a Person. Each person instance has a set of attributes and values. Thus one individual (natural person, data subject) is represented as multiple Person entities (each in its own context-container).
 +
 
 +
The data in these [[Context]]s adheres to the Higgins [[Persona Data Model 2.0]], which can be used for storing arbitrary (identity and social networking) data. [[UDI]] references are used for representing "links" between [[Context]]s, both inside the [[Personal Data Store 2.0]] and to external data sources.
  
 
=== Higgins PDS 2.0 ===
 
=== Higgins PDS 2.0 ===

Revision as of 22:00, 21 June 2010

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

Higgins.funnell.PNG


This page describes Personal Data Store (PDS) is a new work area under development for Higgins 2.0. It also includes a Building Blocks section describing some additional components.

Intro

The PDS is a secure vault in the cloud that holds personal information about you in encrypted form. It also acts as a gateway for other sets of personal data that are physically stored in external systems that act as data source and/or data subscribers. A PDS:

  • Gives people control over their own information by allowing the individual to define and manage a set of personas (e.g. Work, Home & Friends, Citizen, Health, Anonymous) over which they have complete control.
  • Allows the individual to link information from their personas to externally managed "accounts" or "profiles" that are held and managed by websites about them
  • Allows the individual to link information from their personas with the personas of their friends and colleagues
  • Synchronizes personal data to other devices and computers owned by the person using a variety of network protocols.

An endpoint for an individual's personal data

Pds intro.png

Within a PDS a single individual is represented as a set of Contexts each of which holds a digital identity called a Person. Each person instance has a set of attributes and values. Thus one individual (natural person, data subject) is represented as multiple Person entities (each in its own context-container).

The data in these Contexts adheres to the Higgins Persona Data Model 2.0, which can be used for storing arbitrary (identity and social networking) data. UDI references are used for representing "links" between Contexts, both inside the Personal Data Store 2.0 and to external data sources.

Higgins PDS 2.0

For more information see Personal Data Store 2.0

Building Blocks

This section describes the data related services, java frameworks and data models that are used by the personal data store service.

Data Models

Data models used in Higgins code and services:

Higgins data models.png

IdAS Solution

The IdAS solution is a testbed for exercising the IdAS Java framework.

XDI4J

XDI4J is a java library for working with XDI.

Back to the top