On Thursday 20 January 2011 12:06:18 pm Glen Mazza wrote: > To clarify your question, the callback handlers are both client-side, > you're not concerned about the service-side here, correct? i.e., one > CallbackHandler to specify the end user's (or client's) username and the > second to provide the client's private key password (for the signature), > correct? > > You might be able to use the same CallbackHandler for both.
I was actually thinking something along the lines of a CallbackHandler that would wrapper the other handlers and call them appropriately depending on the context. Shouldn't be too hard to write. Dan > > Glen > > On 20.01.2011 08:50, srinivas thallapalli wrote: > > Thanks alot... > > > > I have a scenario for using ws-security combination of UsernameToken and > > Signature with different alias of signature from user of Usernametoken > > and different passwords for each. And I want to provide passwords using > > callback classes, How can I provide two callback classes one for > > Usernametoken and one for signing. > > > > Please let me know. > > > > Thanks -- Daniel Kulp [email protected] http://dankulp.com/blog
