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"

(Service)
(Service)
Line 23: Line 23:
 
* Context Providers
 
* Context Providers
 
** Definition of the term [[Context Provider]]
 
** Definition of the term [[Context Provider]]
* Work To Do
+
* Work [[IdAS To Do|To Do]]
** [[Idas Architectural Todo]]
+
*** Update Operations
+
**** [[IdAS Update Proposals]]
+
*** Registry Refactoring
+
**** Even Newer Proposal: [[IdAS Registries Proposal 2B]]
+
**** New Proposal: [[IdAS Registries Proposal]] (obsolete)
+
**** Old Proposal: [[IdAS Registry and Configuration]] (obsolete)
+
** [[Idas Implementation Todo]]
+
** [[Idas Documentation Todo]]
+
  
 
== See Also ==
 
== See Also ==

Revision as of 01:24, 25 April 2007

Overview

To support a dynamic environment where sources of identity information may change, it is necessary to provide a common means to access identity and attribute information from across multiple identity repositories. The IdAS virtualizes identity sources and provides a unified view of identity information. The backing data model is described in OWL. IdAS includes services such as: open initial Context, open other Contexts from the initial or other contexts, negotiate/broker authentication during opening of contexts, navigate the contents of an opened context and inspect contained Digital Subjects and their attributes, edit attributes (as allowed by the context's policies), associate of Digital Subjects within and across contexts, creation of new contexts, support management of the attributes of Digital Subjects linked within and across Contexts. The IdAS API will be accessible via Java and other languages as well as via WSDL and HTTP/XML.

  • Status: Available from M0.5
  • Language: Java
  • Bindings: Current: Java Planned: C, C++, WSDL/SOAP
  • Packaging:
    • Binaries {GCJ Binaries: {x86,?} * (Bindings: C, C++}
    • Eclipse plug-in
    • JAR
    • WAR
  • Client Deployment:
    • TBD
  • Server Deployment:
    • JSP on Tomcat or OSGI app server

Service

See Also

Back to the top