| Modifier and Type | Method and Description |
|---|---|
static SecurityContext |
ContextUtility.getCurrentSecurityContext() |
SecurityContext |
ContextUtility.getSecurityContextByUUID(UUID uuid) |
protected SecurityContext |
ContextManagement.getWorkingContext() |
protected SecurityContext |
IsParentOfManagement.getWorkingContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextUtility.addSecurityContext(SecurityContext securityContext) |
void |
ContextUtility.addSecurityContext(String fullname,
SecurityContext securityContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminSecurityContext |
class |
ContextSecurityContext |
class |
SchemaSecurityContext |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityContext |
SecurityContext.parentSecurityContext |
| Modifier and Type | Field and Description |
|---|---|
protected Set<SecurityContext> |
SecurityContext.children |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
SecurityContext.getParentSecurityContext() |
| Modifier and Type | Method and Description |
|---|---|
Set<SecurityContext> |
SecurityContext.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityContext.changeParentSecurityContext(SecurityContext newParentSecurityContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph)
Use to change the parent not to set the first time
|
void |
SecurityContext.setParentSecurityContext(SecurityContext parentSecurityContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SecurityContext.removeChildrenHRolesFromMyHUsers(com.orientechnologies.orient.core.metadata.security.OSecurity oSecurity,
Set<SecurityContext> children) |
protected void |
SecurityContext.removeChildrenHRolesFromParents(com.orientechnologies.orient.core.metadata.security.OSecurity oSecurity,
Set<SecurityContext> parents,
Set<SecurityContext> children) |
protected void |
SecurityContext.removeChildrenHRolesFromParents(com.orientechnologies.orient.core.metadata.security.OSecurity oSecurity,
Set<SecurityContext> parents,
Set<SecurityContext> children) |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityContext |
ERManagement.workingContext |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityContext |
ERManagement.getWorkingContext() |
| Modifier and Type | Method and Description |
|---|---|
static EntityManagement |
ERManagementUtility.getEntityManagement(SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph,
com.tinkerpop.blueprints.Vertex vertex) |
static ERManagement |
ERManagementUtility.getERManagement(SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph,
com.tinkerpop.blueprints.Element element) |
static ERManagement |
ERManagementUtility.getERManagementFromUUID(SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph,
UUID uuid) |
static RelationManagement |
ERManagementUtility.getRelationManagement(SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph,
com.tinkerpop.blueprints.Edge edge) |
boolean |
ERManagement.internalAddToContext(SecurityContext targetSecurityContext) |
boolean |
ERManagement.internalRemoveFromContext(SecurityContext targetSecurityContext) |
protected abstract boolean |
ERManagement.reallyAddToContext(SecurityContext targetSecurityContext) |
protected abstract boolean |
ERManagement.reallyRemoveFromContext(SecurityContext targetSecurityContext) |
void |
ERManagement.setWorkingContext(SecurityContext workingContext) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EntityManagement.reallyAddToContext(SecurityContext targetSecurityContext) |
protected boolean |
EntityManagement.reallyRemoveFromContext(SecurityContext targetSecurityContext) |
| Constructor and Description |
|---|
EntityManagement(org.gcube.informationsystem.model.reference.AccessType accessType,
SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph) |
FacetManagement(SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph) |
ResourceManagement(SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RelationManagement.forcedAddToContext(SecurityContext targetSecurityContext) |
protected boolean |
RelationManagement.reallyAddToContext(SecurityContext targetSecurityContext) |
protected boolean |
RelationManagement.reallyRemoveFromContext(SecurityContext targetSecurityContext) |
| Constructor and Description |
|---|
ConsistsOfManagement(SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph) |
IsRelatedToManagement(SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph) |
RelationManagement(org.gcube.informationsystem.model.reference.AccessType accessType,
SecurityContext workingContext,
com.tinkerpop.blueprints.impls.orient.OrientGraph orientGraph,
org.gcube.informationsystem.model.reference.properties.PropagationConstraint defaultPropagationConstraint) |
Copyright © 2019. All Rights Reserved.