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

(Links)
Line 7: Line 7:
 
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/?cvsroot=Technology_Project CVS repository]
 
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/?cvsroot=Technology_Project CVS repository]
  
==Links==
+
==See Also==
 +
* [[Identity Attribute Service]] --overview of IdAS
 
* [http://wiki.eclipse.org/index.php/Components#Identity_Attribute_Service_and_Context_Providers IdAS Component] --lists [[Identity Attribute Service | IdAS]] Component sub-projects and as well as projects for available Context Providers
 
* [http://wiki.eclipse.org/index.php/Components#Identity_Attribute_Service_and_Context_Providers IdAS Component] --lists [[Identity Attribute Service | IdAS]] Component sub-projects and as well as projects for available Context Providers
 +
==Links==
 
* [http://eclipse.org/higgins Higgins Home]
 
* [http://eclipse.org/higgins Higgins Home]

Revision as of 16:26, 2 September 2007

The IdAS API consists of:

  • IdAS Context Provider Registry --this is the API to manage add/remove/configure Context Providers. It also allows ContextRefs to be registered. Registered contexts are in some sense pre-configured by one or more Context Factories, so that a user can query its metadata (including schema and policy) without creating an IContext instance.
  • A set of interfaces that are implemented by each Context Provider called the IdAS SPI

Service

See Also

Links

Back to the top