Hi, I followed the tutorials "Using UsernameToken security with Apache CXF" and "Using X.509 security with Apache CXF ". I could test them successfully.
Now I want to secure my web service using both UsernameToken and X.509. The issue that I am facing is with the following two configurations: <entry key="user" value="joe"/> - In Username Tutorial <entry key="user" value="myclientkey"/> - In X.509 Tutorial I have a situation where both these are different like in these tutorial. But how do I configure it. Can anyone please help. Regards Paul
