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 "Identity Attribute Service API"

(Context Provider Interface)
(Replacing page with 'See IdAS API')
 
Line 1: Line 1:
IdAS is a thin layer over a set of [[Context Provider]]s that it manages
+
See [[IdAS API]]
 
+
The IdAS API has two parts:
+
# [[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]] (see Context Provider Interface below)
+

Latest revision as of 16:20, 2 September 2007

See IdAS API

Back to the top