Uses of Class
org.gcube.informationsystem.resourceregistry.contexts.security.SecurityContext
-
-
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.contexts
Methods in org.gcube.informationsystem.resourceregistry.contexts that return SecurityContext Modifier and Type Method Description static SecurityContextContextUtility. getCurrentSecurityContext()SecurityContextContextUtility. getSecurityContextByFullName(String fullName)SecurityContextContextUtility. getSecurityContextByUUID(UUID uuid)Methods in org.gcube.informationsystem.resourceregistry.contexts with parameters of type SecurityContext Modifier and Type Method Description voidContextUtility. addSecurityContext(String fullname, SecurityContext securityContext)voidContextUtility. addSecurityContext(SecurityContext securityContext) -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.contexts.entities
Methods in org.gcube.informationsystem.resourceregistry.contexts.entities that return SecurityContext Modifier and Type Method Description protected SecurityContextContextManagement. getWorkingContext() -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.contexts.relations
Methods in org.gcube.informationsystem.resourceregistry.contexts.relations that return SecurityContext Modifier and Type Method Description protected SecurityContextIsParentOfManagement. getWorkingContext() -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.contexts.security
Subclasses of SecurityContext in org.gcube.informationsystem.resourceregistry.contexts.security Modifier and Type Class Description classAdminSecurityContextclassContextSecurityContextclassQueryTemplatesSecurityContextclassTypeSecurityContextFields in org.gcube.informationsystem.resourceregistry.contexts.security declared as SecurityContext Modifier and Type Field Description protected SecurityContextSecurityContext. parentSecurityContextFields in org.gcube.informationsystem.resourceregistry.contexts.security with type parameters of type SecurityContext Modifier and Type Field Description protected Set<SecurityContext>SecurityContext. childrenMethods in org.gcube.informationsystem.resourceregistry.contexts.security that return SecurityContext Modifier and Type Method Description SecurityContextSecurityContext. getParentSecurityContext()Methods in org.gcube.informationsystem.resourceregistry.contexts.security that return types with arguments of type SecurityContext Modifier and Type Method Description Set<SecurityContext>SecurityContext. getChildren()Methods in org.gcube.informationsystem.resourceregistry.contexts.security with parameters of type SecurityContext Modifier and Type Method Description voidSecurityContext. changeParentSecurityContext(SecurityContext newParentSecurityContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph)Use to change the parent not to set the first timevoidSecurityContext. setParentSecurityContext(SecurityContext parentSecurityContext)Method parameters in org.gcube.informationsystem.resourceregistry.contexts.security with type arguments of type SecurityContext Modifier and Type Method Description protected voidSecurityContext. removeChildrenHRolesFromMyHUsers(com.orientechnologies.orient.core.metadata.security.OSecurity oSecurity, Set<SecurityContext> children)protected voidSecurityContext. removeChildrenHRolesFromParents(com.orientechnologies.orient.core.metadata.security.OSecurity oSecurity, Set<SecurityContext> parents, Set<SecurityContext> children) -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.instances.base
Fields in org.gcube.informationsystem.resourceregistry.instances.base declared as SecurityContext Modifier and Type Field Description protected SecurityContextElementManagement. workingContextMethods in org.gcube.informationsystem.resourceregistry.instances.base that return SecurityContext Modifier and Type Method Description protected SecurityContextElementManagement. getWorkingContext()Methods in org.gcube.informationsystem.resourceregistry.instances.base with parameters of type SecurityContext Modifier and Type Method Description static EntityManagement<?,?>ElementManagementUtility. getEntityManagement(SecurityContext workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument, com.orientechnologies.orient.core.record.OVertex vertex)static ElementManagement<?,?>ElementManagementUtility. getERManagement(SecurityContext workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph, com.orientechnologies.orient.core.record.OElement element)static ElementManagement<?,?>ElementManagementUtility. getERManagementFromUUID(SecurityContext workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph, UUID uuid)static RelationManagement<?,?>ElementManagementUtility. getRelationManagement(SecurityContext workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument, com.orientechnologies.orient.core.record.OEdge edge)voidElementManagement. setWorkingContext(SecurityContext workingContext) -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.instances.base.entities
Constructors in org.gcube.informationsystem.resourceregistry.instances.base.entities with parameters of type SecurityContext Constructor Description EntityElementManagement(org.gcube.informationsystem.base.reference.AccessType accessType, SecurityContext workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument) -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.instances.base.relations
Constructors in org.gcube.informationsystem.resourceregistry.instances.base.relations with parameters of type SecurityContext Constructor Description RelationElementManagement(org.gcube.informationsystem.base.reference.AccessType accessType, Class<? extends org.gcube.informationsystem.base.reference.entities.EntityElement> sourceEntityClass, Class<? extends org.gcube.informationsystem.base.reference.entities.EntityElement> targetEntityClass, SecurityContext workingContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph) -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.instances.model
Methods in org.gcube.informationsystem.resourceregistry.instances.model that return SecurityContext Modifier and Type Method Description SecurityContextERManagement. getSourceSecurityContext()SecurityContextERManagement. getTargetSecurityContext()Methods in org.gcube.informationsystem.resourceregistry.instances.model with parameters of type SecurityContext Modifier and Type Method Description voidERManagement. setSourceSecurityContext(SecurityContext sourceSecurityContext)Set source security context to evaluate addToContextvoidERManagement. setTargetSecurityContext(SecurityContext targetSecurityContext)Set target security context of addToContext/removeFromContext -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.instances.model.entities
Fields in org.gcube.informationsystem.resourceregistry.instances.model.entities declared as SecurityContext Modifier and Type Field Description protected SecurityContextEntityManagement. sourceSecurityContextThe source context of an addToContexprotected SecurityContextEntityManagement. targetSecurityContextThe target context of an addToContex/RemoveFromContextMethods in org.gcube.informationsystem.resourceregistry.instances.model.entities that return SecurityContext Modifier and Type Method Description SecurityContextEntityManagement. getSourceSecurityContext()SecurityContextEntityManagement. getTargetSecurityContext()Methods in org.gcube.informationsystem.resourceregistry.instances.model.entities with parameters of type SecurityContext Modifier and Type Method Description voidEntityManagement. setSourceSecurityContext(SecurityContext sourceSecurityContext)voidEntityManagement. setTargetSecurityContext(SecurityContext targetSecurityContext) -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.instances.model.relations
Fields in org.gcube.informationsystem.resourceregistry.instances.model.relations declared as SecurityContext Modifier and Type Field Description protected SecurityContextRelationManagement. sourceSecurityContextThe source context of an addToContexprotected SecurityContextRelationManagement. targetSecurityContextThe target context of an addToContex/RemoveFromContextMethods in org.gcube.informationsystem.resourceregistry.instances.model.relations that return SecurityContext Modifier and Type Method Description SecurityContextRelationManagement. getSourceSecurityContext()SecurityContextRelationManagement. getTargetSecurityContext()Methods in org.gcube.informationsystem.resourceregistry.instances.model.relations with parameters of type SecurityContext Modifier and Type Method Description booleanRelationManagement. isAvailableOnContext(SecurityContext securityContext)voidRelationManagement. setSourceSecurityContext(SecurityContext sourceSecurityContext)voidRelationManagement. setTargetSecurityContext(SecurityContext targetSecurityContext) -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.queries.templates
Methods in org.gcube.informationsystem.resourceregistry.queries.templates that return SecurityContext Modifier and Type Method Description protected SecurityContextQueryTemplateManagement. getWorkingContext() -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.types.entities
Methods in org.gcube.informationsystem.resourceregistry.types.entities that return SecurityContext Modifier and Type Method Description protected SecurityContextEntityTypeDefinitionManagement. getWorkingContext() -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.types.properties
Methods in org.gcube.informationsystem.resourceregistry.types.properties that return SecurityContext Modifier and Type Method Description protected SecurityContextPropertyTypeDefinitionManagement. getWorkingContext()Constructors in org.gcube.informationsystem.resourceregistry.types.properties with parameters of type SecurityContext Constructor Description PropertyTypeDefinitionManagement(SecurityContext securityContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument) -
Uses of SecurityContext in org.gcube.informationsystem.resourceregistry.types.relations
Methods in org.gcube.informationsystem.resourceregistry.types.relations that return SecurityContext Modifier and Type Method Description protected SecurityContextRelationTypeDefinitionManagement. getWorkingContext()Constructors in org.gcube.informationsystem.resourceregistry.types.relations with parameters of type SecurityContext Constructor Description ConsistsOfTypeDefinitionManagement(SecurityContext securityContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument)IsRelatedToTypeDefinitionManagement(SecurityContext securityContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument)RelationTypeDefinitionManagement(SecurityContext securityContext, com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument, Class<TT> clz)
-