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"

(H1.2 Architecture)
(H2.0 Architecture)
 
(10 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
===H1.1 Architecture===
 
===H1.1 Architecture===
  
[[Image:LICS-1.1.139.png|center]]  
+
[[Image:LICS-1.1.140.png|center]]  
  
 
''([[Diagram Key]])''
 
''([[Diagram Key]])''
Line 16: Line 16:
  
 
Components & Services:
 
Components & Services:
* [[Components_1.1#LICS_Daemon]] component
 
 
* [[Components 1.1#Local_I-Card_Service_.28LICS.29]] package
 
* [[Components 1.1#Local_I-Card_Service_.28LICS.29]] package
 
* [[Components 1.1#Flexible_Toolkit]] component
 
* [[Components 1.1#Flexible_Toolkit]] component
Line 22: Line 21:
 
* [[CardSync Service]]
 
* [[CardSync Service]]
  
===H1.2 Architecture===
 
The following shows additions that are being designed for Higgins 1.2:
 
  
[[Image:LICS-1.2.103.png|center]]
 
 
Changes from 1.1:
 
* [[LICS API Extension]] - exposing the IdAS API to
 
* IdAS Client Package
 
* IdAS Card Store
 
  
 
===Services/API===
 
===Services/API===

Latest revision as of 13:35, 5 April 2010

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

Higgins logo 76Wx100H.jpg

The Local I-Card Service Package 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 package of components being developed for Higgins 1.1

H1.1 Architecture

LICS-1.1.140.png

(Diagram Key)

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

Components & Services:

Services:


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. This synchronization requires the ability to authenticate to 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