Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created April 26, 2012 16:28
Show Gist options
  • Save johndemic/2500781 to your computer and use it in GitHub Desktop.
Save johndemic/2500781 to your computer and use it in GitHub Desktop.
wss interceptos
<cxf:inInterceptors>
<spring:bean class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor" />
<spring:bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
<spring:constructor-arg>
<spring:map>
<spring:entry key="action" value="UsernameToken" />
<spring:entry key="passwordCallbackRef" value-ref="serverCallback" />
</spring:map>
</spring:constructor-arg>
</spring:bean>
</cxf:inInterceptors>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment