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.idas.registry"

 
Line 3: Line 3:
 
The [[IdAS Registry]] is a project within the [[Identity Attribute Service]]. It implements [[Context Discovery]] and is part of the [[Context Discovery Components]].
 
The [[IdAS Registry]] is a project within the [[Identity Attribute Service]]. It implements [[Context Discovery]] and is part of the [[Context Discovery Components]].
  
==Service==
 
 
The IdASRegistry is responsible for managing context factories available in the [[Identity Attribute Service]]. Specifically, the following services are offered:
 
The IdASRegistry is responsible for managing context factories available in the [[Identity Attribute Service]]. Specifically, the following services are offered:
 
 
* Initialize itself from an XRDS document. This can come from a local file, from XRI resolution or from other sources. Each service endpoint in that XRDS document describes a context factory and includes one or more <Type> elements, which describe the [[ContextTypes]] that can be opened by the context factory.
 
* Initialize itself from an XRDS document. This can come from a local file, from XRI resolution or from other sources. Each service endpoint in that XRDS document describes a context factory and includes one or more <Type> elements, which describe the [[ContextTypes]] that can be opened by the context factory.
 
* Discover, instantiate and configure a context factory based on a [[ContextId]]. This is the core service of IdASRegistry.
 
* Discover, instantiate and configure a context factory based on a [[ContextId]]. This is the core service of IdASRegistry.

Latest revision as of 16:35, 15 December 2008

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

Higgins logo 76Wx100H.jpg

The IdAS Registry is a project within the Identity Attribute Service. It implements Context Discovery and is part of the Context Discovery Components.

The IdASRegistry is responsible for managing context factories available in the Identity Attribute Service. Specifically, the following services are offered:

  • Initialize itself from an XRDS document. This can come from a local file, from XRI resolution or from other sources. Each service endpoint in that XRDS document describes a context factory and includes one or more <Type> elements, which describe the ContextTypes that can be opened by the context factory.
  • Discover, instantiate and configure a context factory based on a ContextId. This is the core service of IdASRegistry.
  • Discover, instantiate and configure a context factory based on a context type (a String).
  • Enumerate all registered context factories.
  • Add an already instantiated and configured context factory to the registry. This is a secondary service and in most cases should not be necessary.

The IdASRegistry has dependencies on the following projects:

See Also

Back to the top