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 "Active Client 2.0"

(Architecture)
Line 19: Line 19:
 
=== Compatibility  ===
 
=== Compatibility  ===
  
* Browsers: Firefox 3.0+, IE7+, *Chrome
+
* Browsers: Firefox 3.0+, IE7+, Chrome
 
* Windows XP, Vista, and Windows 7  
 
* Windows XP, Vista, and Windows 7  
 
* MacOSX 10.6+
 
* MacOSX 10.6+
Line 30: Line 30:
  
  
 
+
== Developer Perspective  ==
== Developer Perspective<br> ==
+
  
 
=== Architecture  ===
 
=== Architecture  ===
Line 37: Line 36:
 
[[Image:Active Client 2.0.103.png|center]] ([[Diagram Key]])  
 
[[Image:Active Client 2.0.103.png|center]] ([[Diagram Key]])  
  
Components from 1.1:  
+
Components copied from 1.1:  
  
 
*[[Components 1.1#HSS_Manager]]: <code>org.eclipse.higgins.hss.manager/win </code>  
 
*[[Components 1.1#HSS_Manager]]: <code>org.eclipse.higgins.hss.manager/win </code>  

Revision as of 10:45, 23 May 2010

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Higgins logo 76Wx100H.jpg
We're just getting started on this page, so it is mostly just a template at present.

Introduction

This Windows and Mac active client is written in C++ and uses the Qt cross-platform application and UI framework.

End-User Perspective

Planned Functionality

  • Provides a dashboard for your personal data.
  • A place to manage the permissioning policies that control which of your attributes are shared with whom (including so-called “selector” functionality to approve the release of your info)
  • A place to see and manage all of your identity data attributes (including profile data, credentials, friends lists, etc.) whether stored in your own PDS or managed by others
  • A place to directly enter self-asserted attributes
  • A place to import & manage your i-cards (so-called IMI "selector" functionality) and OpenID OP relationships
    • Import personal and managed IMI cards
    • Allow log in to IMI compatible websites
  • Roaming support: optionally maintains a blinded copy of the user's data on the Personal Data Store 2.0

Compatibility

  • Browsers: Firefox 3.0+, IE7+, Chrome
  • Windows XP, Vista, and Windows 7
  • MacOSX 10.6+
  • Higgins Selector Switch

Card types/protocols:

  • Managed and personal IMI information cards
  • Managed OpenID information cards
  • Managed and personal Higgins relationship cards


Developer Perspective

Architecture

Active Client 2.0.103.png
(Diagram Key)

Components copied from 1.1:

2.0-only Components:

2.0-only Packages:

Supporting services:

Building

<..how to get the source>

<..how to build executables (jars, wars, exes, etc)>

Back to the top