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

Org.eclipse.higgins.icard.registry

Revision as of 09:41, 7 June 2007 by Paul.socialphysics.org (Talk | contribs) (Responsibilities)

The I-Card Registry manages a set of I-Card Providers. These in turn manage a class of I-Cards

Details

  • Status: first code in M0.6
  • Language: Java
  • Packaging: OSGI bundle

Service

Responsibilities

  • Overall control over import/export operations to/from serialized card data streams
  • Import:
    • Opens a serialized card data stream (e.g. .crd or .crds or others) and decrypts the contents of the stream into an XML document
    • Polls all available I-Card Providers asking each in turn if it canImport a particular serialized i-card
  • Export a set of cards:
    • Opens a cata data stream, polls each provider asking if it canExport to this stream format
    • Manages overall encryption of the data stream
  • Supports an interator, getCards, to allow clients to walk through all cards managed by all I-Card Providers
  • Manages the process of creating and deleting I-Cards via I-Card Providers

Links

Back to the top