propertiesLoad = new UserPropertiesFileHandler(file.getCanonicalPath());
propertiesLoad.start(null);
loadedRoles.putAll((Map) propertiesLoad.getProperties());
} finally {
if (propertiesLoad != null) {
propertiesLoad.stop(null);
}
}
}
return loadedRoles;
}