Skip to content

Instantly share code, notes, and snippets.

@yamanyar
Created May 3, 2012 11:33
Show Gist options
  • Save yamanyar/2585117 to your computer and use it in GitHub Desktop.
Save yamanyar/2585117 to your computer and use it in GitHub Desktop.
Username-Password Policy
<?xml version="1.0" encoding="UTF-8"?>
<xwss:SecurityConfiguration xmlns:xwss="http://java.sun.com/xml/ns/xwss/config">
<xwss:RequireUsernameToken passwordDigestRequired="true" nonceRequired="true"/>
</xwss:SecurityConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment