I can’t get the instance of CfgEvent class which contains the detail of an event occurred in Config Server. So, for example, when a user failed to login, the reason of failure, like wrong user name or application name, can’t be displayed to a user.
Since onReadyNofity method and onErrorNofify method work correctly, occurrence of events can be caught. But onErrorNotify doesn’t have any parameter, so detail of the events can not be known.
As for onReadyNotify, one parameter, CfgInfoBasicObject can be retrieved, but I don’t know if I can get CfgEvent object from it.
Upon addition, change or deletion of user properties, Config Server notify the user. But only CfgInfoBasicObject is passed, so I don’t have the way to know what kind of change took place about the user.
Effective advise would be appreciated.
Thanks.