Add new helper methods: - getAccount - getAccountId - getIdentifiedUser which will reduce the amount of code at call sites, for example: ctx.getAccount(); instead of: ctx.getUser().asIdentifiedUser().getAccount(); Change-Id: I946002e1cf70a77bc1fe3879edf5717ecac77fb7