@Inject
IdentityService identityService;
@GET
public GetTenantsResponse doTenantsGet() throws CloudException {
GetTenantsResponse response = new GetTenantsResponse();
List<TenantDetails> tenants = response.tenants = Lists.newArrayList();
UserData user = getUser();
AuthenticatedUser authenticated = getAuthenticatedUser();