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
m (API)
Line 2: Line 2:
 
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.
 
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()
 
  
createICard()
 
 
importICard()
 
 
exportICard()
 
  
 
==See Also==
 
==See Also==
 
* [[Core Components]]
 
* [[Core Components]]

Revision as of 09:59, 16 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.


See Also

Back to the top