Class GeoportalConfigUtil
- java.lang.Object
-
- org.gcube.application.geoportalcommon.geoportal.GeoportalConfigUtil
-
public class GeoportalConfigUtil extends Object
The Class GeoportalConfigUtil.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Sep 15, 2022
-
-
Constructor Summary
Constructors Constructor Description GeoportalConfigUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>readRolesForSTEPId(org.gcube.application.geoportal.common.model.useCaseDescriptor.HandlerDeclaration handler, String stepID)Read roles for STEP id.
-
-
-
Method Detail
-
readRolesForSTEPId
public static List<String> readRolesForSTEPId(org.gcube.application.geoportal.common.model.useCaseDescriptor.HandlerDeclaration handler, String stepID) throws Exception
Read roles for STEP id.- Parameters:
handler- the handlerstepID- the step ID- Returns:
- the list
- Throws:
Exception- the exception
-
-