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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java67 static final String ACTIVE_KEY = "active"; field in class:PolicyGraph
218 policy.put(ACTIVE_KEY, true);
228 newPolicy.put(ACTIVE_KEY, newPolicyActive);
375 if (policy.get(ACTIVE_KEY).asBoolean()) {
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java67 static final String ACTIVE_KEY = "active"; field in class:PolicyGraph
218 policy.put(ACTIVE_KEY, true);
228 newPolicy.put(ACTIVE_KEY, newPolicyActive);
375 if (policy.get(ACTIVE_KEY).asBoolean()) {

Completed in 29 milliseconds