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 "I-Card Registry API"

 
(See Also)
 
(14 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
# A set of interfaces that are implemented by each [[I-Card Provider]]
 
# A set of interfaces that are implemented by each [[I-Card Provider]]
  
===I-Card Provider Interface===
+
===I-Card Registry API===
 +
 
 +
Iterable<CardRef> getCards()
 +
 +
createCard()
 +
 +
deleteCard()
 +
 +
importCard()
 +
 +
exportCard()
 +
 
 +
==Links==
 +
* [http://eclipse.org/higgins Higgins Home]

Latest revision as of 00:31, 19 September 2007

The I-Card Registry is a thin layer over a set of I-Card Providers

The I-Card Registry API has two parts:

  1. An API to add an i-card, remove and i-card and iterators to walk through the list of i-cards.
  2. A set of interfaces that are implemented by each I-Card Provider

I-Card Registry API

Iterable<CardRef> getCards()

createCard()

deleteCard()

importCard()

exportCard()

Links

Back to the top