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 "Milestone 1.0M8"

(IdAS)
Line 12: Line 12:
  
 
===IdAS===
 
===IdAS===
* Go through each operation and document what atomicity means for each
+
* IdAS Registry refactoring [https://bugs.eclipse.org/bugs/show_bug.cgi?id=175630 175630] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=163366 163366]
* Change IContext.open to use JAAS-like callback; get rid of 'getOpenPolicy' (subsumed by callback handlers and interactions)
+
* Refactor update operations [https://bugs.eclipse.org/bugs/show_bug.cgi?id=167978 167978]
 +
** Add methods for creating attribute values [https://bugs.eclipse.org/bugs/show_bug.cgi?id=163428 163428]
 +
** Make create*() methods consistent [https://bugs.eclipse.org/bugs/show_bug.cgi?id=163429 163429]
 +
** Go through each operation and document what atomicity means for each [https://bugs.eclipse.org/bugs/show_bug.cgi?id=171290 171290]
 +
* Invent string format for IFilter [https://bugs.eclipse.org/bugs/show_bug.cgi?id=171328 171328]
 +
* Change IContext.open to use JAAS-like callback; get rid of 'getOpenPolicy' (subsumed by callback handlers and interactions) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=164048 164048]
 +
* De-evolve IdAS interfaces to Java 1.4 [https://bugs.eclipse.org/bugs/show_bug.cgi?id=171293 171293]
  
 
==Links==
 
==Links==
 
* [[Milestone 0.7]]
 
* [[Milestone 0.7]]

Revision as of 21:11, 26 February 2007

Milestone 0.7: Apr 15

Highlights

  • Revert all Higgins interfaces back to Java 1.4
  • We'll have all components necessary to demonstrate functional equivalence with Microsoft CardSpace(TM) client. Implications:
    • Begin testing interoperability with RPs and IdPs that work with CardSpace
    • (We have already demonstrated the ability to create a IdP/STS that works with CardSpace)
  • Start work on ISS Client UI

HBX

IdAS

  • IdAS Registry refactoring 175630 163366
  • Refactor update operations 167978
    • Add methods for creating attribute values 163428
    • Make create*() methods consistent 163429
    • Go through each operation and document what atomicity means for each 171290
  • Invent string format for IFilter 171328
  • Change IContext.open to use JAAS-like callback; get rid of 'getOpenPolicy' (subsumed by callback handlers and interactions) 164048
  • De-evolve IdAS interfaces to Java 1.4 171293

Links

Back to the top