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 voidAuthManagerDAO. 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 updatedvoidAuthManagerDAO. 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 voidAuthManagerDAOImpl. updateEdges(List<RightAwareEdgeDatabaseTuple> rightAwareEdgeDatabaseTuple, VertexType parentType, VertexType childType)voidAuthManagerDAOImpl. 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 voidGraphOperations. addEdges(List<VertexAwareGraphEdgeToken> allEdges, Map<Tuple<VertexType,VertexType>,List<RightAwareEdgeDatabaseTuple>> rightAwareEdgeTuples)
-