Hi all, I am developing a service using signatures only, with no user-password authentication. However, when developing a Client, I am forced to set a user in order to invoke the service. Is there a way of retrieving the user on the server side (for auditing purposes)? I tried to use a password callback handler, which succesfully retrieved me the user, but required me to correctly inform a password, which I don't (at least won't if the key is not generated by me) know. Also, if someone could give me an insight of how, if possible, to use this user on my service class, I would be very grateful.
Thanks
