/** @page account Account module @section Overview Account module provides capabilities to access Platform accounts.
The access operates through Framework accounts mapped to Platform accounts.
In order to be independent from Platform, internally it keeps mapping information between Framework accounts and Platform accounts.
Any Platform-dependent operations are executed through Plugins under Plugin Domain "Account".
@image html overview_account.png "Software architecture of Account module" Account module has following sub implementations with each corresponding roles.
- Mapping Account
Manages relationship between Framework accounts and Platform accounts.
- Account Operator
Provides creation, deletion, update, fetch of Framework accounts.
*/