I've written a custom server class to extend IDACall modeled after the sample code under "operationbinding.requiresRole" in the reference. The idea being to set the userId and roles based on values passed down from shibboleth. Of course the new code is not working and I'd like to add some debugging statements that would dump values to the server console loge, or anywhere that I could read them to get a sense of where my code is failing.
Is there a worked example somewhere of how to do this? I've tried a few things including com.isomorpic.Logger with no success thus far.
Thanks
RP
Is there a worked example somewhere of how to do this? I've tried a few things including com.isomorpic.Logger with no success thus far.
Thanks
RP
Comment