I currently have an object which is a singleton, that is set by receiving json over REST from a mongoDB database.
public class PlayerInfo { private String id; pr