private void addConfigProperties(WsSecurity wsSecurity)
{
Map<String, Object> configProperties = new HashMap<String, Object>();
configProperties.put(WSHandlerConstants.ACTION, WSHandlerConstants.USERNAME_TOKEN);
wsSecurity.setWsConfig(new WsConfig(configProperties));
}