From 1902eddb4b42a5d61fa389dd9622ce885e4d119b Mon Sep 17 00:00:00 2001 From: "http://petefoth.myopenid.com/" Date: Fri, 2 Dec 2011 04:27:59 -0500 Subject: [PATCH] --- design/revisedclientarchitecture.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/design/revisedclientarchitecture.mdwn b/design/revisedclientarchitecture.mdwn index 8d37a2e..c0d6481 100644 --- a/design/revisedclientarchitecture.mdwn +++ b/design/revisedclientarchitecture.mdwn @@ -57,7 +57,7 @@ Replaces the _libmoonshot_ component from the initial implementation. Owns the public APIs for accessing the Identity Store (rather than exposing currently APIs provided via DBus by moonshot-ui). -Provides new APIs needed by identity-selector-ui to manage identities (e.g. CreateNewIdCard(), UpdateIdCard(), DeleteIdCard()) as well as the existing APIs provided by lib-moonshot (getIdentity(), GetDefaultIdentity(), InstallId_card()). +Provides new APIs needed by identity-selector-ui to manage identities (e.g. CreateNewIdCard(), UpdateIdCard(), DeleteIdCard()) as well as the existing APIs provided in the initial implementation by lib-moonshot (getIdentity(), GetDefaultIdentity(), InstallId_card()). Uses the APIs provided by the *_identity-storage-server_* component (_-dbus-local-storage-server_ on Linux and Mac, _-windows-local-storage-server_ on Windows). @@ -68,8 +68,8 @@ It has no UI, so that it can be used in circumstances where interaction with a u This is now just an App for managing Identities. It's *only* function is to allows a User to manage Identities and Services. It no longer owns the IdentityStore. - -It no longer *provides* APIs (via DBus) for use by others via libmoonshot. +_ +It no longer *provides* the APIs (using DBus) that were used in the initial implementation by other components via _libmoonshot. Instead, it *uses* APIs provided by _identity-server_. -- 2.1.4