From edcddc6a5b0201231d7b8b4d7f413c04aae606f3 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Wed, 29 Jun 2016 10:09:50 +0000 Subject: [PATCH] ckan roles enumerators removed from here git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@129626 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../models/CkanRolesIntoLiferay.java | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/main/java/org/gcube/datacatalogue/ckanutillibrary/models/CkanRolesIntoLiferay.java diff --git a/src/main/java/org/gcube/datacatalogue/ckanutillibrary/models/CkanRolesIntoLiferay.java b/src/main/java/org/gcube/datacatalogue/ckanutillibrary/models/CkanRolesIntoLiferay.java deleted file mode 100644 index 84c0de1..0000000 --- a/src/main/java/org/gcube/datacatalogue/ckanutillibrary/models/CkanRolesIntoLiferay.java +++ /dev/null @@ -1,15 +0,0 @@ -package org.gcube.datacatalogue.ckanutillibrary.models; - -import org.gcube.vomanagement.usermanagement.model.GatewayRolesNames; - -/** - * CKan roles as appear in Liferay - * @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it) - */ -public class CkanRolesIntoLiferay { - - public static final String CATALOG_MEMBER = "Catalogue-Member"; - public static final String CATALOG_ADMIN = GatewayRolesNames.CATALOGUE_ADMIN.getRoleName(); - public static final String CATALOG_EDITOR = GatewayRolesNames.CATALOGUE_EDITOR.getRoleName(); - -}