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

(Relationship to OpenID)
Line 3: Line 3:
  
 
== Definition ==
 
== Definition ==
* A [[ContextId]] is a kind of [[Context Correlation]]
+
* A [[ContextId]] is a kind of [[Attribute]] that uniquely identifies the instance of a [[Context]] that contains it.
* A [[ContextId]] identifies a instance of a [[Context]]
+
* The value of a [[ContextId]] MUST be a single instance of a [[ContextIdDatatype]].
* A [[ContextId]] MUST have a single value of type [[ContextIdDatatype]]
+
* If a [[Context]] has a [[ContextId]] [[Attribute]] its value identifies the [[Context]] itself.
+
  
 
== Details ==
 
== Details ==
* The value of a [[ContextId]] must directly or indirectly (e.g. by resolution) provide sufficient information to identify a [[Context]]. See the ''Context Discovery with a ContextId'' heading below.
+
* The [[Identity Attribute Service (IdAS)]] can be used as a service to access a [[Context]] given a [[ContextId]].
 +
* If the value of a [[ContextId]] is resolvable, its value should dereference the information necessary to discover how to access a [[Context]]. See [[Context Discovery]].
 +
* It is not required for a [[ContextId]]s may not resolvable to a [[Context]] instance. However most [[Context]]s are not abstract, and can be resolved a network (or local) data access service to discover the information necessary to access the [[Context]].
 
* Two different [[ContextId]]s may refer to the same [[Context]].
 
* Two different [[ContextId]]s may refer to the same [[Context]].
 
== ContextId and IdAS ==
 
 
* If two [[ContextId]]'s values are equal, they refer to the same underlying [[Context]], although not necessarily the same [[Context]] "container" instance returned by IdAS. This means that, as a requester of information, different [[Digital Identity|Digital Identities]] may see different subsets of the [[Context]] based on the authorization passed in during authentication.  
 
* If two [[ContextId]]'s values are equal, they refer to the same underlying [[Context]], although not necessarily the same [[Context]] "container" instance returned by IdAS. This means that, as a requester of information, different [[Digital Identity|Digital Identities]] may see different subsets of the [[Context]] based on the authorization passed in during authentication.  
 
* A given [[ContextId]] may be used against multiple [[Context Provider]]s to produce the same [[Context]] (although, as mentioned, different [[Context]] instances).
 
* A given [[ContextId]] may be used against multiple [[Context Provider]]s to produce the same [[Context]] (although, as mentioned, different [[Context]] instances).
 
== Details ==
 
* The [[Identity Attribute Service (IdAS)]] can be used as a service to access a [[Context]] given a [[ContextId]]
 
 
Some [[ContextId]]s are not resolvable to a [[Context]] instance. Most [[Context]]s are not abstract. Using a network (or local) data access service their [[ContextId]]s are resolvable to data objects that are instantiated and managed by [[Context Provider]] plug-ins.
 
 
 
 
 
 
 
 
 
 
== Open Issues ==
 
# Should the contextId ABNF support IRI (Internationalized Resource Identifiers) and not just URIs? Note that the ABNF above uses IRI rules; this needs to be changed if only URIs will be supported.
 
  
 
== See Also ==
 
== See Also ==
 
* [[EntityId]]
 
* [[EntityId]]
* [[LocalId]]
 
 
* [[Context Discovery]]
 
* [[Context Discovery]]
 
* [[Context Discovery Components]]
 
* [[Context Discovery Components]]

Revision as of 00:14, 1 February 2008

Introduction

This page describes and defines a Higgins ContextId.

Definition

  • A ContextId is a kind of Attribute that uniquely identifies the instance of a Context that contains it.
  • The value of a ContextId MUST be a single instance of a ContextIdDatatype.

Details

  • The Identity Attribute Service (IdAS) can be used as a service to access a Context given a ContextId.
  • If the value of a ContextId is resolvable, its value should dereference the information necessary to discover how to access a Context. See Context Discovery.
  • It is not required for a ContextIds may not resolvable to a Context instance. However most Contexts are not abstract, and can be resolved a network (or local) data access service to discover the information necessary to access the Context.
  • Two different ContextIds may refer to the same Context.
  • If two ContextId's values are equal, they refer to the same underlying Context, although not necessarily the same Context "container" instance returned by IdAS. This means that, as a requester of information, different Digital Identities may see different subsets of the Context based on the authorization passed in during authentication.
  • A given ContextId may be used against multiple Context Providers to produce the same Context (although, as mentioned, different Context instances).

See Also

Links

Back to the top