public static RoleManager getInstance () { if (instance == null) { instance = new RoleManager (); instance.init(); } return instance; }