Uses of Class
org.openiam.authmanager.graph.exception.NoGraphIdFoundException
-
Packages that use NoGraphIdFoundException Package Description org.openiam.authmanager.graph org.openiam.authmanager.graph.provider org.openiam.authmanager.service org.openiam.authmanager.service.impl -
-
Uses of NoGraphIdFoundException in org.openiam.authmanager.graph
Methods in org.openiam.authmanager.graph that throw NoGraphIdFoundException Modifier and Type Method Description void
GraphOperations. addEdges(SaveGraphEdgeRequest wrapper)
boolean
GraphOperations. exists(GraphCriteriaQuery query)
<S extends AbstractAuthorizationEntity>
Set<S>GraphOperations. getInverseMembershipFromGraph(VertexType parentType, String childId, VertexType childType, String rightId)
Starts at the ending point (i.e.<S extends AbstractAuthorizationEntity>
Map<VertexType,Collection<? extends AbstractAuthorizationRight>>GraphOperations. getMembershipFromGraph(GraphCriteriaQuery query)
-
Uses of NoGraphIdFoundException in org.openiam.authmanager.graph.provider
Methods in org.openiam.authmanager.graph.provider that throw NoGraphIdFoundException Modifier and Type Method Description Object
AbstractGraphIdProvider. buildId(VertexType vertexType, String openiamId)
-
Uses of NoGraphIdFoundException in org.openiam.authmanager.service
-
Uses of NoGraphIdFoundException in org.openiam.authmanager.service.impl
-