Searched defs:startRecording (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DDebugRecorder.java32 void startRecording(JsonValue jsonProperties) throws RecordException; method in interface:DebugRecorder
H A DDefaultDebugRecorder.java115 public synchronized void startRecording(JsonValue jsonProperties) throws RecordException { method in class:DefaultDebugRecorder
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/record/
H A DRecordResourceTest.java62 public void startRecording() throws IOException, ExecutionException, InterruptedException { method in class:RecordResourceTest
89 debugRecorder.startRecording(jsonRecordProperties);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DDebugRecorder.java32 void startRecording(JsonValue jsonProperties) throws RecordException; method in interface:DebugRecorder
H A DDefaultDebugRecorder.java118 public synchronized void startRecording(JsonValue jsonProperties) throws RecordException { method in class:DefaultDebugRecorder
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/record/
H A DRecordResourceTest.java64 public void startRecording() throws IOException, ExecutionException, InterruptedException { method in class:RecordResourceTest
87 debugRecorder.startRecording(jsonRecordProperties);

Completed in 45 milliseconds