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 "Org.eclipse.higgins.icard.provider.cardspace.personal"

 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 +
CardSpace allows the export of card stores containing personal cards along with associated attribute values.
 +
* Imports CardSpace-format personal cards from CardSpace backup files (CRDS files) and transfers the stored values of attributes to IdAS for later retrieval.
 
* I-Card instances instantiated and managed by this provider implement the base ICard and ITokenCard interfaces (see [[I-Card Interfaces]])
 
* I-Card instances instantiated and managed by this provider implement the base ICard and ITokenCard interfaces (see [[I-Card Interfaces]])
* Creates (using the local Higgins [[Token Service]]) a signed security tokens from attributes stored in IdAS. Assuming self-signed tokens are allowed, this provider creates tokens are acceptable by CardSpace-compatible RPs
+
* Uses IdAS to store both cards and their claim values (in two different contexts)
* Imports CardSpace-format personal card files and transfers the stored values of claims to IdAS for later retrieval
+
 
 +
[[Category:Higgins Components]]

Latest revision as of 15:09, 11 July 2009

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} CardSpace allows the export of card stores containing personal cards along with associated attribute values.

  • Imports CardSpace-format personal cards from CardSpace backup files (CRDS files) and transfers the stored values of attributes to IdAS for later retrieval.
  • I-Card instances instantiated and managed by this provider implement the base ICard and ITokenCard interfaces (see I-Card Interfaces)
  • Uses IdAS to store both cards and their claim values (in two different contexts)

Back to the top