Uses of Class
org.openiam.authmanager.model.RightAwareEdgeDatabaseTuple
-
Packages that use RightAwareEdgeDatabaseTuple Package Description org.openiam.authmanager.dao org.openiam.authmanager.dao.impl org.openiam.authmanager.graph -
-
Uses of RightAwareEdgeDatabaseTuple in org.openiam.authmanager.dao
Method parameters in org.openiam.authmanager.dao with type arguments of type RightAwareEdgeDatabaseTuple Modifier and Type Method Description void
AuthManagerDAO. updateEdges(List<RightAwareEdgeDatabaseTuple> rightAwareEdgeDatabaseTuple, VertexType parentType, VertexType childType)
Batch updates the necessary database right xref database table The parentType and childType VertexTypes will dictate which XREF table gets updatedvoid
AuthManagerDAO. updateEdgesWithoutRights(List<RightAwareEdgeDatabaseTuple> rightAwareEdgeDatabaseTuple, VertexType parentType, VertexType childType)
Batch updates the necessary database right xref database table The parentType and childType VertexTypes will dictate which XREF table gets updated -
Uses of RightAwareEdgeDatabaseTuple in org.openiam.authmanager.dao.impl
Method parameters in org.openiam.authmanager.dao.impl with type arguments of type RightAwareEdgeDatabaseTuple Modifier and Type Method Description void
AuthManagerDAOImpl. updateEdges(List<RightAwareEdgeDatabaseTuple> rightAwareEdgeDatabaseTuple, VertexType parentType, VertexType childType)
void
AuthManagerDAOImpl. updateEdgesWithoutRights(List<RightAwareEdgeDatabaseTuple> edgeDatabaseTuples, VertexType parentType, VertexType childType)
-
Uses of RightAwareEdgeDatabaseTuple in org.openiam.authmanager.graph
Method parameters in org.openiam.authmanager.graph with type arguments of type RightAwareEdgeDatabaseTuple Modifier and Type Method Description void
GraphOperations. addEdges(List<VertexAwareGraphEdgeToken> allEdges, Map<Tuple<VertexType,VertexType>,List<RightAwareEdgeDatabaseTuple>> rightAwareEdgeTuples)
-