Class SystemEnvironment
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.environments.Environment
-
- org.gcube.informationsystem.resourceregistry.environments.SystemEnvironment
-
- Direct Known Subclasses:
AdminEnvironment,ContextEnvironment,QueryTemplateEnvironment,ShadowContextEnvironment,TypeEnvironment
public abstract class SystemEnvironment extends Environment
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gcube.informationsystem.resourceregistry.environments.Environment
Environment.PermissionMode, Environment.SecurityType
-
-
Field Summary
-
Fields inherited from class org.gcube.informationsystem.resourceregistry.environments.Environment
allOperationAllowedRoles, allowedRoles, CONTEXT_MANAGER, DEFAULT_READER_ROLE, DEFAULT_WRITER_ROLE, environmentUUID, INFRASTRUCTURE_MANAGER, IS_MANAGER, poolMap
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSystemEnvironment(UUID context)
-
Method Summary
-
Methods inherited from class org.gcube.informationsystem.resourceregistry.environments.Environment
addElement, addElement, addExtraRules, allow, allowed, create, create, createRolesAndUsers, delete, delete, deleteRolesAndUsers, deny, drop, getAllOperationsAllowedRoles, getAllowedRoles, getDatabaseDocument, getPool, getRoleOrUserName, getSecurityRoleOrUserName, getSuperRole, getUUID, isElementInContext, isUserAllowed, removeElement, removeElement, toString
-
-
-
-
Constructor Detail
-
SystemEnvironment
protected SystemEnvironment(UUID context) throws org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
- Throws:
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
-
-