AccountInfo is the client side representation of a user; Account is
the entity class for persisting a user.
The AccountInfo is now fetched via REST. As result the account
information in HostPageData is no longer used, and hence it is
removed.
Using AccountInfo instead of Account allows us in a next step to
remove some of the remaining old RPC's and replace them with REST
calls.
Change-Id: I20d72f62beec0e6a65cf792f67be04262be6fdb5
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>