On the server side. the UsernameToken is processed if its there, you don't 
actually need to configure anything to use it. 

If you are also using JBossWS for a client then you just need to add the 
"username" tag to your jboss-wsse-client.xml


  | <jboss-ws-security xmlns="http://www.jboss.com/ws-security/config"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.jboss.com/ws-security/config 
http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd";>
  |   <config>
  |     <username/>
  |   </config>
  | </jboss-ws-security>
  | 

-Jason

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971647#3971647

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971647
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to