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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordProperties.java180 JsonValue jsonDebugLogs = checkIfExist(jsonProperties, RecordConstants.DEBUG_LOGS_LABEL);
239 private static JsonValue checkIfExist(JsonValue jsonValue, String jsonLabel) { method in class:RecordProperties
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordProperties.java183 JsonValue jsonDebugLogs = checkIfExist(jsonProperties, RecordConstants.DEBUG_LOGS_LABEL);
242 private static JsonValue checkIfExist(JsonValue jsonValue, String jsonLabel) { method in class:RecordProperties

Completed in 42 milliseconds