[jboss-user] [JBossWS] - Re: Implementing WS-Security Usename Token Profile Authentic

alessio.soldano@jboss.com do-not-reply at jboss.com
Mon May 18 04:52:27 EDT 2009


The Username Token Profile is about setting username/pwd through SOAP Headers. Specify the property auth type to prevent the username from being used in the HTTP header:
((BindingProvider)port).getRequestContext().put(StubExt.PROPERTY_AUTH_TYPE, StubExt.PROPERTY_AUTH_TYPE_WSSE);

SAML tokens not supported yet.

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231540



More information about the jboss-user mailing list