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 vocabulary"

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]]
+
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}  
  
Vocabulary to describe Information cards. See also [[I-Card]]. Imported by [[Persona vocabulary]].
+
Vocabulary to describe Information cards. See also [[I-Card]].  
  
 
Information Card (aka i-card) technology is defined by the OASIS IMI TC. It is a standard way to represent a person's digital identities using a card metaphor, XML card formats, and associated SOAP and HTTP network protocols. See also [[I-Card]].  
 
Information Card (aka i-card) technology is defined by the OASIS IMI TC. It is a standard way to represent a person's digital identities using a card metaphor, XML card formats, and associated SOAP and HTTP network protocols. See also [[I-Card]].  
  
 
Note: in CDM multiple inheritance is allowed: any single entity may be a member of multiple classes simultaneously.  
 
Note: in CDM multiple inheritance is allowed: any single entity may be a member of multiple classes simultaneously.  
 +
 +
=== Errata ===
 +
* Now I-Card is a subclass of CardContext (not h:Context)
 +
* Need to delete backgroundColor, image, imageType attributes. These have been moved to CardContext.
  
 
=== Files ===
 
=== Files ===
 
* Most recently [http://www.eclipse.org/higgins/ontologies/2010/6/icard published]
 
* Most recently [http://www.eclipse.org/higgins/ontologies/2010/6/icard published]
* SVN source: [https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/ontology/org.eclipse.higgins.ontology/icard.owl icard.owl].  
+
* SVN source: [https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/H2/org.eclipse.higgins.ontology/icard.owl icard.owl].
 
+
  
 
== UML Overview ==
 
== UML Overview ==
  
[[Image:Icard 2.0.103.png|center]]
+
[[Image:Icard 2.0.104.png|center]]
  
 
== Classes ==
 
== Classes ==
Line 40: Line 43:
  
 
[[Image:Personal-i-card-example.png|center]]
 
[[Image:Personal-i-card-example.png|center]]
 
ERRATA: context object entity id should be _ContextSingleton
 
  
 
== M-Card Attributes ==
 
== M-Card Attributes ==

Latest revision as of 09:37, 5 May 2012

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Vocabulary to describe Information cards. See also I-Card.

Information Card (aka i-card) technology is defined by the OASIS IMI TC. It is a standard way to represent a person's digital identities using a card metaphor, XML card formats, and associated SOAP and HTTP network protocols. See also I-Card.

Note: in CDM multiple inheritance is allowed: any single entity may be a member of multiple classes simultaneously.

Errata

  • Now I-Card is a subclass of CardContext (not h:Context)
  • Need to delete backgroundColor, image, imageType attributes. These have been moved to CardContext.

Files

UML Overview

Icard 2.0.104.png

Classes

I-Card

Abstract class

  • subclassOf: h:Context.
  • 1..1 cardId (xsd:string) - a unique identifier for the card
  • 1..1 image - an image bitmap for the background of the card when it is displayed
  • ... others.

P-Card

An OASIS IMI Personal card

  • subclassOf: I-Card

M-Card

An OASIS IMI Managed card

  • subclassOf: I-Card

P-Card Attributes

The attributes that define a personal card are taken directly from the OASIS IMI specification.

An example p-card

Personal-i-card-example.png

M-Card Attributes

Shown below is an example of an instance of an m-card. For simplicity this m-card has only a single supported claim, "LastName". The entity shown in the center of the card is a cache of what is returned by the STS in response to a request for a display token.

Example m-card

M-card-explained.png

Note: There is an error in the above diagram the DisplayTokenEntity should have been modeled in the Persona data model (thus identity:surname would have been transformed into its equivalent in PDM.

Card Axioms

  1. For any M-Card: The value of any of the above "supported" claims attributes is considered to be a cache of the most recent value of these claims as fetched from the m-card's STS


Links

Back to the top