Tizen 2.1 base
[platform/core/system/sync-agent.git] / doc / groups_account.dox
1 /**\r
2  @page account Account module\r
3 \r
4  @section Overview\r
5 Account module provides capabilities to access Platform accounts.<br>\r
6 The access operates through Framework accounts mapped to Platform accounts.<br>\r
7 In order to be independent from Platform, internally it keeps mapping information between Framework accounts and Platform accounts.<br>\r
8 Any Platform-dependent operations are executed through Plugins under Plugin Domain "Account".<br>\r
9 \r
10  @image html overview_account.png "Software architecture of Account module"\r
11 \r
12 Account module has following sub implementations with each corresponding roles.<br>\r
13         - <b>Mapping Account</b><br>\r
14         Manages relationship between Framework accounts and Platform accounts.<br>\r
15 \r
16         - <b>Account Operator</b><br>\r
17         Provides creation, deletion, update, fetch of Framework accounts.<br>\r
18 */\r