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

(New page: * I-Card instances instantiated and managed by this provider implement the ICard, ITokenCard, and IURICard interfaces (see I-Card Interfaces) * This provider manages cards whose associ...)
 
 
Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins}}
 
* I-Card instances instantiated and managed by this provider implement the ICard, ITokenCard, and IURICard interfaces (see [[I-Card Interfaces]])
 
* I-Card instances instantiated and managed by this provider implement the ICard, ITokenCard, and IURICard interfaces (see [[I-Card Interfaces]])
 
* This provider manages cards whose associated IdAS context was created by the user and over which the user is authoritative.
 
* This provider manages cards whose associated IdAS context was created by the user and over which the user is authoritative.

Latest revision as of 12:19, 26 March 2008

{{#eclipseproject:technology.higgins}}

  • I-Card instances instantiated and managed by this provider implement the ICard, ITokenCard, and IURICard interfaces (see I-Card Interfaces)
  • This provider manages cards whose associated IdAS context was created by the user and over which the user is authoritative.
  • Examples:
    • Persona/Role {e.g. Shopping, Buying, Travel, Home&Personal, Health, Friends, Family} cards --for the multiple hats the user wears
    • Website - stores a copy of the personal information about a user that the user has entered into a website (e.g. linkedin.com, flikr, etc.)
    • Username & Password - each card stores one of the user's unique un/pw combinations (pullled from browser's password manager)

Back to the top