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 "Solutions"

Line 7: Line 7:
  
  
[[Image:layer-one.PNG]]
+
=== Identity Selectors (apps) ===
  
The Higgins project has developed one example end-user application, called an Identity Selector, based on Higgins components. This app is available in different flavors:
+
These flavors of selectors apps are available (or under development):
 
* [[GTK and Cocoa Selector Solution]] - for Firefox (or other applications) on Linux, FreeBSD and OSX (client-based native code app)
 
* [[GTK and Cocoa Selector Solution]] - for Firefox (or other applications) on Linux, FreeBSD and OSX (client-based native code app)
 
* [[RCP Selector Solution]] - for Eclipse RCP Applications (client-based Java app; requires JRE 1.4 or higher)
 
* [[RCP Selector Solution]] - for Eclipse RCP Applications (client-based Java app; requires JRE 1.4 or higher)
Line 16: Line 16:
  
  
[[Image:layer-two.PNG]]
+
=== Identity Providers (web services) ===
  
The project has developed these Identity Provider web services:
 
 
* [[STS IdP Solution]] - WS-Trust Identity Provider (webapp and web service)
 
* [[STS IdP Solution]] - WS-Trust Identity Provider (webapp and web service)
 
* [[SAML2 IdP Solution]] - SAML2 Identity Provider (webapp and web service)
 
* [[SAML2 IdP Solution]] - SAML2 Identity Provider (webapp and web service)
As well as this example/test Relying Parity website/service:
 
* [[Extensible Protocol RP Website Solution]] - I-Card enabled Relying Party site (webapp) [supersedes: [[RP Website Solution]]]
 
  
 +
=== Relying Party (website/service) ===
 +
* [[Extensible Protocol RP Website Solution]] - I-Card-enabled Relying Party site (webapp) [supersedes: [[RP Website Solution]]]
  
[[Image:layer-three.PNG]]
 
  
Higgins has developed the Higgins Global Graph to address the need for data interoperability and portability for identity, profile, preference and social relationship data:
+
=== Identity Attribute Service ===
* [[Higgins Global Graph]] - Data model of the Higgins Global Graph
+
* [[IdAS Solution]] - Identity Attribute Service uses [[Context Provider]] plugins to adapt existing data sources to the [[Higgins Global Graph]] data model.
* [[IdAS Solution]] - Identity Attribute Service (local java component) and [[Context Provider]] plugins that implement the Higgins Global Graph.
+
 
 +
=== XDI4J Solution ===
 
* [[XDI4j Solution]] - General purpose library for XDI (see the [http://en.wikipedia.org/wiki/XDI Wikipedia page on XDI])
 
* [[XDI4j Solution]] - General purpose library for XDI (see the [http://en.wikipedia.org/wiki/XDI Wikipedia page on XDI])
  
 
== Higgins-based  Solutions ==
 
== Higgins-based  Solutions ==
This section lists solutions developed external to the Higgins project, but based on Higgins [[Components]].
+
This section lists solutions developed external to the Higgins project, but based on Higgins [[Components]] and code.
 
* [http://www.bandit-project.org/index.php/Digital_Me Novell DigitalMe for Linux/Mac] - Identity Selectors based on the Higgins [[GTK and Cocoa Selector Solution]] (also open source)
 
* [http://www.bandit-project.org/index.php/Digital_Me Novell DigitalMe for Linux/Mac] - Identity Selectors based on the Higgins [[GTK and Cocoa Selector Solution]] (also open source)
 
* [[Bandit STS/IdP Solution]] - STS IdP (also open source)
 
* [[Bandit STS/IdP Solution]] - STS IdP (also open source)

Revision as of 21:18, 13 April 2008

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

A Solution is a specific combination of Higgins Components that, when assembled and deployed, results in either an infrastructure-level service, or an end-user application. The solutions listed on this page are included in Higgins 1.0 unless otherwise noted.

Higgins Solutions

This section describes the solutions developed by the Higgins team. There are solutions at three different levels:


Identity Selectors (apps)

These flavors of selectors apps are available (or under development):


Identity Providers (web services)

Relying Party (website/service)


Identity Attribute Service

XDI4J Solution

Higgins-based Solutions

This section lists solutions developed external to the Higgins project, but based on Higgins Components and code.

Back to the top