Skip to content

Instantly share code, notes, and snippets.

@thiamteck
Created June 12, 2012 16:33
Show Gist options
  • Save thiamteck/2918567 to your computer and use it in GitHub Desktop.
Save thiamteck/2918567 to your computer and use it in GitHub Desktop.
Configuration Fragment for Axis2 + Rampart
<parameter name="OutflowSecurity">
<action>
<items>UsernameToken Timestamp</items>
<user>bob</user>
<passwordCallbackClass>org.apache.rampart.samples.sample03.PWCBHandler</passwordCallbackClass>
<passwordType>PasswordText</passwordType>
<addUTElements>Nonce Created</addUTElements>
</action>
</parameter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment