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"

(Overview)
(Overview)
Line 5: Line 5:
 
* Bindings: Java, C, C++, WSDL/SOAP
 
* Bindings: Java, C, C++, WSDL/SOAP
 
* Packaging:
 
* Packaging:
** Suse and Red Hat (Gnome): {GCJ Binaries: {x86,?} * (Bindings: C, C++} * {RPM, Debian}
+
** Binaries {GCJ Binaries: {x86,?} * (Bindings: C, C++}  
** OSX: {GCJ Binaries: {x86,?} * (Bindings: Java??} * TBD
+
** Windows: {GCJ Binaries: {x86,?} * (Bindings: C, C++} * MSI
+
 
** Eclipse plug-in
 
** Eclipse plug-in
 
** JAR
 
** JAR

Revision as of 19:24, 26 January 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: Java, 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