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

Org.eclipse.higgins.idas.registry

Revision as of 16:35, 15 December 2008 by Ptrevithick.gmail.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{#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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.