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 "I-Card Provider"

(Overview)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Higgins supports multiple kinds of i-cards with differing characteristics. It does so by using multiple kinds of i-card providers, each of which implements one specific class of i-card. Although all i-cards implement the base "ICard" interface, some may implement one or more of the optional interfaces, and thus provide more or different characteristics.
+
Higgins supports multiple kinds of i-cards with differing characteristics. It does so by using multiple kinds of i-card providers, each of which implements one specific class of i-card. Although all i-cards implement the base "ICard" interface, some may implement one or more of the optional interfaces, and thus provide more or different characteristics. The Higgins project is developing these I-Card Providers:
 
+
An [[I-Card Provider]] is responsible for
+
* Instantiating [[I-Card]]s that implement the [[I-Card Interfaces]]
+
* Importing I-Cards from one of the supported card data formats. Note: export of a single [[I-Card]] is handled by the [[I-Card]] itself.
+
 
+
The Higgins project is developing these I-Card Providers:
+
 
# [[CardSpace Managed I-Card Provider]]
 
# [[CardSpace Managed I-Card Provider]]
 
# [[CardSpace Personal I-Card Provider]]
 
# [[CardSpace Personal I-Card Provider]]
 
# [[URI Managed I-Card Provider]]
 
# [[URI Managed I-Card Provider]]
 
# [[URI Personal I-Card Provider]]
 
# [[URI Personal I-Card Provider]]
 +
 +
==Details==
 +
* ''Status:'' since M0.7
 +
* ''Language:'' Java
 +
* ''Packaging:'' OSGI bundle
 +
 +
==To Do List==
 +
* TODO:link
 +
 +
==Service/API==
 +
An [[I-Card Provider]] is responsible for:
 +
* Instantiating [[I-Card]]s that implement the [[I-Card Interfaces]]
 +
* Managing the persistence of i-cards (e.g. to/from working storage)
 +
* Importing I-Cards from one of the supported card data formats. Note: export of a single [[I-Card]] is handled by the [[I-Card]] itself.
  
 
==Links==
 
==Links==

Revision as of 16:36, 6 June 2007

Higgins supports multiple kinds of i-cards with differing characteristics. It does so by using multiple kinds of i-card providers, each of which implements one specific class of i-card. Although all i-cards implement the base "ICard" interface, some may implement one or more of the optional interfaces, and thus provide more or different characteristics. The Higgins project is developing these I-Card Providers:

  1. CardSpace Managed I-Card Provider
  2. CardSpace Personal I-Card Provider
  3. URI Managed I-Card Provider
  4. URI Personal I-Card Provider

Details

  • Status: since M0.7
  • Language: Java
  • Packaging: OSGI bundle

To Do List

  • TODO:link

Service/API

An I-Card Provider is responsible for:

  • Instantiating I-Cards that implement the I-Card Interfaces
  • Managing the persistence of i-cards (e.g. to/from working storage)
  • Importing I-Cards from one of the supported card data formats. Note: export of a single I-Card is handled by the I-Card itself.

Links

Back to the top