[Commits] (bcm) add the beginnings of a JCR implementation of
UserDAO, as an exploration of
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 15 11:53:50 PDT 2005
Commit by: bcm
Modified files:
server/core/src/org/osaf/cosmo/dao/jcr/UserDAOJCR.java None 1.1
server/docs/TODO.txt 1.57 1.58
Log message:
add the beginnings of a JCR implementation of UserDAO, as an exploration of
the issues involved in storing users and roles in JCR. a full implementation
is out of scope for 0.1, given the amount of effort required to define node
and property types and register them with jackrabbit.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/server/core/src/org/osaf/cosmo/dao/jcr/UserDAOJCR.java?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/server/docs/TODO.txt.diff?r1=text&tr1=1.57&r2=text&tr2=1.58
Index: server/docs/TODO.txt
diff -u server/docs/TODO.txt:1.57 server/docs/TODO.txt:1.58
--- server/docs/TODO.txt:1.57 Thu Apr 14 15:33:49 2005
+++ server/docs/TODO.txt Fri Apr 15 11:53:49 2005
@@ -24,6 +24,7 @@
core:
+ * migrate from hibernate to jcr for roles and users
* security subsystem tests
webui:
@@ -56,11 +57,9 @@
security:
* ticket-based auth
- * move to jcr for out-of-the-box auth
- * merge user and role daos to provide a single "auth dao" interface
- for external auth integration
- * auth mgmt api
- * auth mgmt command line tool
+ * digest authen for webdav
+ * user mgmt api
+ * user mgmt command line tool
install/configure:
More information about the Commits
mailing list