Uses of Class
org.openiam.base.Tuple
-
-
Uses of Tuple in org.openiam.authmanager.dao
Method parameters in org.openiam.authmanager.dao with type arguments of type Tuple Modifier and Type Method Description void
AuthManagerDAO. updateGraphId(VertexType type, List<Tuple<String,String>> id2GraphIdMap)
Updates the underlying GraphID property in the database. -
Uses of Tuple in org.openiam.authmanager.dao.impl
Method parameters in org.openiam.authmanager.dao.impl with type arguments of type Tuple Modifier and Type Method Description void
AuthManagerDAOImpl. updateGraphId(VertexType type, List<Tuple<String,String>> id2GraphIdMap)
-
Uses of Tuple in org.openiam.authmanager.graph
Method parameters in org.openiam.authmanager.graph with type arguments of type Tuple Modifier and Type Method Description void
GraphOperations. addEdges(List<VertexAwareGraphEdgeToken> allEdges, Map<Tuple<VertexType,VertexType>,List<RightAwareEdgeDatabaseTuple>> rightAwareEdgeTuples)
-
Uses of Tuple in org.openiam.esb.elasticsearch.repository.impl
Method parameters in org.openiam.esb.elasticsearch.repository.impl with type arguments of type Tuple Modifier and Type Method Description protected org.springframework.data.elasticsearch.core.query.Criteria
AbstractElasticSearchRepository. getAttributeCriteria(List<Tuple<String,String>> attributes)
-
Uses of Tuple in org.openiam.idm.searchbeans
Methods in org.openiam.idm.searchbeans that return types with arguments of type Tuple Modifier and Type Method Description List<Tuple<String,String>>
PolicySearchBean. getAttributes()
Method parameters in org.openiam.idm.searchbeans with type arguments of type Tuple Modifier and Type Method Description void
PolicySearchBean. setAttributes(List<Tuple<String,String>> attributes)
-
Uses of Tuple in org.openiam.idm.srvc.audit.dto
Methods in org.openiam.idm.srvc.audit.dto that return Tuple Modifier and Type Method Description Tuple<String,String>
AuditLogBuilder. getRequestor()
-