props.put(SecurityConstants.CALLBACK_HANDLER,
new WSPasswordCallbackHandler(username, (String) securityProps.get(SIGNATURE_PASSWORD)));
props.put(SecurityConstants.SIGNATURE_PROPERTIES,
securityProps.get(SecurityConstants.SIGNATURE_PROPERTIES));
serverFactory.setProvider(new SamlHeaderInHandler());
}