Hi, I'm working on Apache Syncope in order to provide centralized notification and audit mechanisms. I was thinking to inercept each rest service call in order to be able to provide this feature.

As you can imagine, a lot of info are required to discriminate request and response.
In particular I need to know:
1. the called service method (handled java method);
2. the provided parameters (maybe castable to the corresponding java objects);
3. the result (returned object or exception).

Is there someone that can point me in the right direction.
Thank you in advance.

Best reagrds,
F.

Reply via email to