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 "Local I-Card Service Package"

(Architecture)
Line 1: Line 1:
 +
The [[Local I-Card Service]] is a package of C++ components that provide an I-Card Services API. This package provides the core service necessary to support the user interface of a card selector.
 +
 
===Version 1.1===
 
===Version 1.1===
 
New component being developed for Higgins 1.1
 
New component being developed for Higgins 1.1
Line 8: Line 10:
 
The diagram above shows the red components separate components from LICS (.higgins.iis), but they have not yet been split out as separate project folders here: [[Components 1.1]].
 
The diagram above shows the red components separate components from LICS (.higgins.iis), but they have not yet been split out as separate project folders here: [[Components 1.1]].
  
===API===
+
===Services/API===
The LICS is a C++ component that implements the core services of an identity selector.
+
The LICS is a C++ component that implements the core services of an identity selector. The API supports these functions:
 +
* Manages a local set of information cards with the ability (if online) to synchronize with the [[CardSync Web App]].
 +
* Includes a local STS that is used to generate and sign tokens generated from self-asserted data on personal cards
  
 
===Used By===
 
===Used By===

Revision as of 12:45, 10 July 2009

The Local I-Card Service is a package of C++ components that provide an I-Card Services API. This package provides the core service necessary to support the user interface of a card selector.

Version 1.1

New component being developed for Higgins 1.1

Architecture

Lics-1.1.130.png

The diagram above shows the red components separate components from LICS (.higgins.iis), but they have not yet been split out as separate project folders here: Components 1.1.

Services/API

The LICS is a C++ component that implements the core services of an identity selector. The API supports these functions:

  • Manages a local set of information cards with the ability (if online) to synchronize with the CardSync Web App.
  • Includes a local STS that is used to generate and sign tokens generated from self-asserted data on personal cards

Used By

Back to the top