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
This commit is contained in:
Costantino Perciante 2016-06-29 10:09:50 +00:00
parent 6f654614a8
commit edcddc6a5b
1 changed files with 0 additions and 15 deletions

View File

@ -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();
}