Hi all, I have set up Axis2 1.1.1 and Rampart 1.1 and configure it (I followed the configuration instructions for Rampart 1.0 that are still supported). I use UsernameToken and encryption with a known key to both parts but I want to set the encryption user programmatically in server when it sends a response (OutflowSecurity). This is because each user has its own key stored in a database and is beeing retrieved in the PasswordCallbackHandler.
Is there a way to do it like with <encryptionUser>useReqSigCert</encryptionUser> that is used when the incoming message is signed or can I get the calling user in PasswordCallbackHandler when I send the response? (i.e. using some Context)
