Source identity = new SourceImpl("http://example.org/tests/identity");
Set<Source> trustedSources = new HashSet<Source>();
trustedSources.add(identity);
NamedNode configuration = new NamedNodeImpl("http://example.org/tests/configuration#");
Model authorizationModel = ModelFactory.createDefaultModel();
Resource user = authorizationModel.createResource(FOAF.Agent);
user.addProperty(ACCOUNTMANAGER.userName, "beta");
user.addProperty(ACCOUNTMANAGER.passwordSha1, Util.sha1("tester"));
user.addProperty(AUTHORIZATION.mayImpersonate, authorizationModel.createResource(sourceURL.toString()));
store.assertGraph(identity, new FCAGraphImpl(authorizationModel));
WebServer webServer = GVSServerLauncher.launchGVSServer(store, serverBinding, identity ,