| /forgerock/openidm-v4/openidm-api-servlet/src/main/java/org/forgerock/openidm/servlet/internal/ |
| H A D | ScriptedFilter.java | 54 * <li><code>onFailure</code> - after the request invocation has completed with an exception</li> 65 /** the onFailure script and the config path at which it is defined */ 66 private final Pair<JsonPointer, ScriptEntry> onFailure; field in class:ScriptedFilter 71 Pair<JsonPointer, ScriptEntry> onFailure) { 74 this.onFailure = onFailure; 179 // evaluate the onFailure script with the error 239 if (onFailure != null) { 240 ScriptEntry scriptEntry = onFailure.getRight(); 243 "Failed to execute inactive script: " + onFailure 68 ScriptedFilter( Pair<JsonPointer, ScriptEntry> onRequest, Pair<JsonPointer, ScriptEntry> onResponse, Pair<JsonPointer, ScriptEntry> onFailure) argument [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 130 onFailure(error, ctx); 175 onFailure(error, ctx); 192 onFailure(e, ctx); 317 onFailure(e, ctx); 364 private void onFailure(Exception e, HTTPRequestContext ctx) method in class:CollectClientConnectionsFilter
|
| /forgerock/opendj2/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 122 onFailure(error, ctx); 167 onFailure(error, ctx); 181 onFailure(e, ctx); 306 onFailure(e, ctx); 351 private void onFailure(Exception e, HTTPRequestContext ctx) method in class:CollectClientConnectionsFilter
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 123 onFailure(error, ctx); 168 onFailure(error, ctx); 182 onFailure(e, ctx); 307 onFailure(e, ctx); 352 private void onFailure(Exception e, HTTPRequestContext ctx) method in class:CollectClientConnectionsFilter
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 130 onFailure(error, ctx); 175 onFailure(error, ctx); 192 onFailure(e, ctx); 317 onFailure(e, ctx); 364 private void onFailure(Exception e, HTTPRequestContext ctx) method in class:CollectClientConnectionsFilter
|
| /forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 122 onFailure(error, ctx); 167 onFailure(error, ctx); 181 onFailure(e, ctx); 306 onFailure(e, ctx); 351 private void onFailure(Exception e, HTTPRequestContext ctx) method in class:CollectClientConnectionsFilter
|