[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken
jason.greene@jboss.com
do-not-reply at jboss.com
Thu Sep 14 13:53:19 EDT 2006
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
More information about the jboss-user
mailing list