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 "XML File Context Provider"

(New page: TODO: 1. The getSchema() needs to be updated to follow the latest ontology. 2. The format of the identity data should more closely follow the Higgins data model and, since we control i...)
 
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
TODO:
+
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 +
The XML File Context Provider is an implementation of the Higgins IdAS API that retrieves and stores data in an XML file.
  
1. The getSchema() needs to be updated to follow the latest ontology.
+
==Details==
2. The format of the identity data should more closely follow the Higgins
+
* ''Status'': Available from M0.9
  data model and, since we control it, we can structure the XML however we
+
* ''Language'': Java
  want.  Besides, I don't like the file format as it stands anyway.  In
+
* ''Bindings'': Current: Java;
  addition, if we structure it right, we won't have to do any mapping of
+
* ''Packaging'': JAR
  types from the XML to Higgins, it can just BE what we expect in Higgins or
+
 
  even the consuming application (ie. CardSpace claims).  At any rate,
+
==Plan==
  currently, that's not the case.
+
* [[XMLFILE_CP_ToDo | XML File CP Roadmap]]
3. Respond to registry and configuration model changes when they are
+
 
  completed.  #2 should be done in conjunction w/ this.
+
==Service==
4. Allow updates through IdAS APIs.
+
* [[XML File CP Configuration]]
 +
 
 +
== See Also ==
 +
* [http://www.eclipse.org/higgins Higgins Home]
 +
* [[Components]]
 +
[[Category:Higgins Components]]

Latest revision as of 11:15, 15 December 2008

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The XML File Context Provider is an implementation of the Higgins IdAS API that retrieves and stores data in an XML file.

Details

  • Status: Available from M0.9
  • Language: Java
  • Bindings: Current: Java;
  • Packaging: JAR

Plan

Service

See Also

Back to the top