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 "IdAS 1.0 Package"

(See Also)
Line 27: Line 27:
 
* [[IdAS Registry]]
 
* [[IdAS Registry]]
 
* [[Context Provider]] --definition of the term
 
* [[Context Provider]] --definition of the term
* [http://wiki.eclipse.org/index.php/Components#Identity_Attribute_Service_and_Context_Providers Components page] --overview of the IdAS Component and a list of available [[Context Provider]]s
+
* [http://wiki.eclipse.org/index.php/Components#Identity_Attribute_Service_and_Context_Providers Components page] --overview of the IdAS Component and a list of available Context Providers
* [[Global Graph Open Issues]]
+
  
 
[[Category:Higgins IdAS]]
 
[[Category:Higgins IdAS]]
 
[[Category:Higgins Components]]
 
[[Category:Higgins Components]]

Revision as of 12:38, 22 April 2008

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

The Identity Attribute Service (IdAS) component provides a virtualized, unified view and a common means of access to identity information from multiple heterogeneous data sources. IdAS is an extensible framework based on the Higgins Global Graph that represents identities (objects) and their attributes in a Context. Data sources are adapted to the IdAS framework via plug-ins called Context Providers.

The IdAS framework is comprised of three sub-components (see Components page for more details):

IdAS API
Allows a consumer to perform access and update operations (as allowed) on elements of the Higgins Global Graph. Specifically, the consumer can obtain an object which represents a Context, can read and change objects within that Context, and can read and change attributes on those subjects.
IdAS SPI
Is used by parties who wish to write Context Providers for IdAS. The IdAS API is only a set of interfaces which must be implemented by Context Providers. A Context Provider consists of the implementations of IdAS SPI interfaces which allow a consumer to access some specific type of identity store.
IdAS Registry
Is responsible for resolving an object identifier to all the information needed to obtain a suitable Context Provider, and to further instantiate the Context identified by the ContextId. IdAS Registry can keep an internal list of Context Providers and ContextIds, or it can use external mechanisms such as XRI Resolution.
IdAS Common
A set of common, useful utility methods.


Backlog

Service

Use cases

See Also

Back to the top