From 82bfe7138f6267702699f593e9dca6c6a8dda387 Mon Sep 17 00:00:00 2001 From: "http://petefoth.myopenid.com/" Date: Thu, 1 Dec 2011 11:33:04 -0500 Subject: [PATCH] --- design/revisedclientarchitecture.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/design/revisedclientarchitecture.mdwn b/design/revisedclientarchitecture.mdwn index 31124b1..06d30a3 100644 --- a/design/revisedclientarchitecture.mdwn +++ b/design/revisedclientarchitecture.mdwn @@ -24,6 +24,7 @@ Specific requirements from the Statement of Work are This diagram shows the proposed new architecture. ![image](https://gitorious.org/petefoth-public-docs/petefoth-public-docs/blobs/raw/master/Moonshot/Proposed%20New%20Architecture.jpg) + The re-factored Moonshot Client software will have the following components: *_identity-server_* shared library offering C and Vala APIs. @@ -41,7 +42,7 @@ The re-factored Moonshot Client software will have the following components: * one version for web storage, restful API. (Not in scope for this iteration). * other versions as required for different storage solutions (Not in scope for this iteration). -*_identity-provisioning_* - not currently implemented. Provides CRUD operations via (for now) .msht and XML files, and via command line. Implemented in portable code as far as possible. Uses *_identity-server_*. Consists of +*_identity-provisioning_* - not implemented in the first iteration. Provides CRUD operations via (for now) .msht and XML files, and via command line. Implemented in portable code as far as possible. Uses *_identity-server_*. Consists of - *_identity-provisioning-file-handler_* - processes .msht (and, in future iterations, XML and/or json, and maybe other format) files for file-based provisioning operations. Currently implemented as *_moonshot-webp_*, allowing only install access. In future iterations it will also allow uninstall/revoke access. - *_identity-provisioning-cli-handler_* - provides a command line API to identity CRUD functions @@ -76,7 +77,7 @@ Implemented in Vala using GTK widgets, reusing code from src/moonshot-window.val ### Detail _identity-provisioning_ component -The *_identity-provisioning-file-handler_* component replaces the moonshot-webp component. It provides the same InstallIdentityCard() functionality as the moonshot-webp component in the initial implementation. In future iterations, it will provide new functions to uninstall and revoke identities. It has no UI - any interaction with the User is done when the file is processed by the *_identity-server_* +The *_identity-provisioning-file-handler_* component replaces the moonshot-webp component. It provides the same InstallIdentityCard() functionality as the moonshot-webp component in the initial implementation. In future iterations, it will provide new functions to uninstall and revoke identities. The *_identity-provisioning-cli-handler_* component is not part of the current iteration. In a future iterations it is intended to provide via the command line the same functionality as *_identity-provisioning-file-handler_* but without requiring any interaction with the user. -- 2.1.4