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"

 
m
Line 1: Line 1:
 +
==Overview==
 +
Some implementation aspects, especially claim mapping, of I-Cards being matched in ISS and presented in the ISS UI components are implemented by ''[[I-Card Provider]]s''. Some [[I-Card Provider]]s consume attributes from [[Digital Subject|Digital Subjects]] in [[Context|Contexts]] managed by IdAS, and maps them to the normalized claim "namespace" used by ISS. Other I-Card Providers are facades over remote Identity Providers. I-Card Providers are responsible for importing and exporting I-Cards to Higgins-defined formats as well as formats used by Microsoft CardSpace and other identity systems.
 +
 +
==API==
 
Iterable<ICardRef> getICards()
 
Iterable<ICardRef> getICards()
  
Line 6: Line 10:
  
 
exportICard()
 
exportICard()
 +
 +
==See Also==
 +
* [[Core Components]]

Revision as of 17:24, 5 October 2006

Overview

Some implementation aspects, especially claim mapping, of I-Cards being matched in ISS and presented in the ISS UI components are implemented by I-Card Providers. Some I-Card Providers consume attributes from Digital Subjects in Contexts managed by IdAS, and maps them to the normalized claim "namespace" used by ISS. Other I-Card Providers are facades over remote Identity Providers. I-Card Providers are responsible for importing and exporting I-Cards to Higgins-defined formats as well as formats used by Microsoft CardSpace and other identity systems.

API

Iterable<ICardRef> getICards()

createICard()

importICard()

exportICard()

See Also

Back to the top