Class BaseRest
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.rest.BaseRest
-
- Direct Known Subclasses:
Access,InstancesManager
public class BaseRest extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description BaseRest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckHierarchicalMode()protected voidcheckIncludeInstancesContexts()protected booleanisRequesterAllowedToPerformHierarchicalRequests()protected booleanisRequesterAllowedToRequestInstancesContexts()
-
-
-
Method Detail
-
isRequesterAllowedToPerformHierarchicalRequests
protected boolean isRequesterAllowedToPerformHierarchicalRequests()
-
checkHierarchicalMode
protected void checkHierarchicalMode()
-
isRequesterAllowedToRequestInstancesContexts
protected boolean isRequesterAllowedToRequestInstancesContexts()
-
checkIncludeInstancesContexts
protected void checkIncludeInstancesContexts()
-
-