mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
26.20.2012 a4936c76eff39ceb2a674ef62af6143e47a0d1c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TODO list
 
* reference attribute mapper
* finish attribute filters: pass in JSON pointers to toJSON method
* resolve issues regarding read/query routing. Distinction currently based on
  presence of query params which is wrong since reads may contain params as
  well.
* server side sorting, query filters, paged results
* query should return entire resources, not ids only
* implement create/delete/put/patch/action.
* bulk support?
* convert mappers to builders
* authentication
 
* gateway (file based config, Grizzly IO, WAR packaging)
* standalone embedded listener (server config framework, internal connections, OpenDJ extension)
* container embedded listener (as above, OpenDJ packaged as WAR).