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 "Org.eclipse.higgins.idas.spi"

(New page: * The bullets below give a quick overview of the major interfaces and methods. (In cases where they disagree, the CVS repository takes precedence over this page.) * ContextFactory ** Res...)
 
Line 10: Line 10:
 
* IDigitalSubject
 
* IDigitalSubject
 
** Implementation of a specific type of [[Digital Subject]].
 
** Implementation of a specific type of [[Digital Subject]].
 +
 +
==Service==
 +
* [http://www.eclipse.org/higgins/org.eclipse.higgins.docs/idas/ Javadoc]
 +
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/?cvsroot=Technology_Project CVS repository]
 +
 +
==See Also==
 +
* [[Identity Attribute Service]] --overview of IdAS
 +
* [[Components]]: [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]

Revision as of 16:31, 2 September 2007

  • The bullets below give a quick overview of the major interfaces and methods. (In cases where they disagree, the CVS repository takes precedence over this page.)
  • ContextFactory
    • Responsible for the creation of IContext instances that implement a specific type of Context.
    • Responsible for associating a ContextRef with the data source (or sources) encapsulated by the designated context.
  • IContext
    • Implementation of a specific type of Context.
    • A user must "open" a context, which involves authenticating to the data source, before accessing its data.
    • Includes methods to search for Digital Subjects using context-specific attributes.
  • IDigitalSubject

Service

See Also

Links

Back to the top