Hi everybody!

I'm contemplating about how to pass a parameter from the receiving request handler to the java provider object that finally executes this request. To be more precise, the provider class got a set(entityID, data) method that may only be called by the entity identified by this id. Therefore, an xml-signature and the x.509 certificate (both realized with WSS4J) of the sender are included in the request message. The certificate is issued to the very ID that is also used in the set method. So, know I need a way to to allow the target class to compare the two IDs.

Best regards
Bauer Horscht

Reply via email to