{
//First check if we have any user name token call backs to add.
//NOTE: only needed if using username tokens, and you want the currently authenticated users password added
CurrentUserPasswordCallback currentUserPasswordCallback = new CurrentUserPasswordCallback();
currentUserPasswordCallback.handle(callbacks);
for (Callback callback : callbacks)
{
if (callback instanceof WSPasswordCallback)
{