Searched defs:onRequest (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.java52 * <li><code>onRequest</code> - before the request has been handled</li>
61 /** the onRequest script and the config path at which it is defined */
62 private final Pair<JsonPointer, ScriptEntry> onRequest; field in class:ScriptedFilter
69 Pair<JsonPointer, ScriptEntry> onRequest,
72 this.onRequest = onRequest;
166 // evaluate the onRequest script
191 if (onRequest != null) {
192 ScriptEntry scriptEntry = onRequest.getRight();
195 "Failed to execute inactive script: " + onRequest
68 ScriptedFilter( Pair<JsonPointer, ScriptEntry> onRequest, Pair<JsonPointer, ScriptEntry> onResponse, Pair<JsonPointer, ScriptEntry> onFailure) argument
[all...]

Completed in 20 milliseconds