Project

General

Profile

« Previous | Next » 

Revision 51608

Dropped authorization from mapping

View differences:

modules/dnet-parthenos-publisher/trunk/src/main/java/eu/dnetlib/parthenos/catalogue/CatalogueRegistrator.java
170 170
		// can't add multiple fields with same name, hence skipping
171 171
		addExtra(jg, "hosts", Joiner.on(", ").join(resourceReader.getHostedStuff(res)));
172 172
		addExtra(jg, "online access point", Joiner.on(", ").join(resourceReader.getAccessPoints(res)));
173
		//TODO: where to get it?
174
		addExtra(jg, "authorization", "");
175 173
		addExtra(jg, "protocol", Joiner.on(", ").join(resourceReader.getProtocols(res)));
176 174
		addExtra(jg,"curates", Joiner.on(", ").join(resourceReader.getCuratedObjects(res)));
177 175
		//TODO: where to get it?

Also available in: Unified diff