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"

(Service)
Line 1: Line 1:
The IdAS API consists of:
+
See [[Identity Attribute Service]] for an overview of IdAS.
* [[IdAS Context Provider Registry]] --this is the API to manage add/remove/configure [[Context Provider]]s. It also allows [[ContextRef|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==
 
==Service==
 +
* [http://download.eclipse.org/technology/higgins/downloads/idas.api/lastNightlyBuild/javadoc/index.html Javadoc]
 +
 
==Details==
 
==Details==
 
* [[IdAS API CVS]] --cvs & instructions on how to build
 
* [[IdAS API CVS]] --cvs & instructions on how to build
 
* [http://download.eclipse.org/technology/higgins/downloads/idas.api/lastNightlyBuild/javadoc/index.html Javadoc]
 
  
 
==See Also==
 
==See Also==

Revision as of 16:45, 2 September 2007

See Identity Attribute Service for an overview of IdAS.

Service

Details

See Also

Links

Back to the top