*/
void initSecurityProvider() throws Exception {
HashMap<String, String> props;
props = new HashMap<String, String>();
props.put("configFile", "testSimpleSecurityForReassign.xml");
securityProvider = new SimpleSecurityProvider();
securityProvider.initialize(props);
}