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"

(IdAS Solution & IdAS Library)
Line 5: Line 5:
 
__NOTOC__
 
__NOTOC__
  
==IdAS Solution & IdAS Library ==
+
==IdAS Solution ==
 
The IdAS solution is a deployable "IdAS" Identity Attribute Service.
 
The IdAS solution is a deployable "IdAS" Identity Attribute Service.
 
* Higgins 1.0: [[IdAS Solution 1.0]]: this solution provides a basic configuration of the [[Identity Attribute Service 1.0]] (IdAS). IdAS is a java framework that provides a common interface to identity, profile, and relationship data from external data sources (e.g. websites, databases, directories) and expose them via the IdAS interfaces.
 
* Higgins 1.0: [[IdAS Solution 1.0]]: this solution provides a basic configuration of the [[Identity Attribute Service 1.0]] (IdAS). IdAS is a java framework that provides a common interface to identity, profile, and relationship data from external data sources (e.g. websites, databases, directories) and expose them via the IdAS interfaces.

Revision as of 10:46, 27 July 2009

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

Higgins.funnell.PNG

This section describes the attribute and data related services, java frameworks and abstract data models that are used by many of the upper layers of Higgins solutions, services and applications.


IdAS Solution

The IdAS solution is a deployable "IdAS" Identity Attribute Service.

Attribute Service

New for Higgins 1.1, we're working on an network attribute web service called the Attribute Service. The initial protocol supported will be XDI with others to follow. See Higgins_1.1_Plan#Attribute_Service_1.1 for more info.

IdAS Proxy Service

XDI4J

XDI4J is a java support library for working with XDI.

Back to the top