Searched defs:graph (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java51 import org.jgrapht.graph.DefaultEdge;
52 import org.jgrapht.graph.DirectedMultigraph;
70 private final DirectedMultigraph<Object, PolicyEdge> graph; field in class:PolicyGraph
77 * Construct a new instance to evaluate and update the graph of rights within the policy engine.
84 this.graph = new DirectedMultigraph<>(PolicyEdge.class);
107 * Computes the graph of rights contained within the policy engine policies.
130 * rights graph. Any users for whom the current policies are invalid (incorrectly
249 * Get the validity state of the policy rights graph.
251 * @return {@code true} if the policies correctly represent the rights graph, or {@code false} if updates
267 if (graph
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java51 import org.jgrapht.graph.DefaultEdge;
52 import org.jgrapht.graph.DirectedMultigraph;
70 private final DirectedMultigraph<Object, PolicyEdge> graph; field in class:PolicyGraph
77 * Construct a new instance to evaluate and update the graph of rights within the policy engine.
84 this.graph = new DirectedMultigraph<>(PolicyEdge.class);
107 * Computes the graph of rights contained within the policy engine policies.
130 * rights graph. Any users for whom the current policies are invalid (incorrectly
249 * Get the validity state of the policy rights graph.
251 * @return {@code true} if the policies correctly represent the rights graph, or {@code false} if updates
267 if (graph
[all...]

Completed in 28 milliseconds