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

/forgerock/openidm-v4/openidm-api-servlet/src/main/java/org/forgerock/openidm/servlet/internal/
H A DScriptedFilter.java53 * <li><code>onResponse</code> - after the request invocation has completed successfully and a response is available</li>
63 /** the onResponse script and the config path at which it is defined */
64 private final Pair<JsonPointer, ScriptEntry> onResponse; field in class:ScriptedFilter
70 Pair<JsonPointer, ScriptEntry> onResponse,
73 this.onResponse = onResponse;
172 // evaluate the onResponse script for a successful response
214 if (onResponse != null) {
216 ScriptEntry scriptEntry = onResponse.getRight();
219 "Failed to execute inactive script: " + onResponse
68 ScriptedFilter( Pair<JsonPointer, ScriptEntry> onRequest, Pair<JsonPointer, ScriptEntry> onResponse, Pair<JsonPointer, ScriptEntry> onFailure) argument
[all...]

Completed in 231 milliseconds