| /forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/impl/ |
| H A D | LocalCommandScope.java | 217 prettyPrint(session.getConsole(), subFile.getName(), null); 219 prettyPrint(session.getConsole(), subFile.getName(), e); 319 private void prettyPrint(PrintStream out, String name, Exception reason) { method in class:LocalCommandScope
|
| H A D | RemoteCommandScope.java | 346 prettyPrint(console, "ConfigImport", sourceConfigId, null); 348 prettyPrint(console, "ConfigImport", sourceConfigId, e.getMessage()); 356 prettyPrint(console, "ConfigDelete", configId, "Protected configuration can not be deleted"); 363 prettyPrint(console, "ConfigDelete", configId, null); 365 prettyPrint(console, "ConfigDelete", configId, e.getMessage()); 474 prettyPrint(session.getConsole(), "ConfigExport", id, null); 477 prettyPrint(session.getConsole(), "ConfigExport", id, e.getMessage()); 622 private void prettyPrint(PrintStream out, String cmd, String name, String reason) { method in class:RemoteCommandScope
|
| /forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/crypto/ |
| H A D | ConfigCrypto.java | 78 JSONPrettyPrint prettyPrint = new JSONPrettyPrint(); field in class:ConfigCrypto 192 ObjectWriter writer = prettyPrint.getWriter();
|
| /forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/ |
| H A D | RepoPersistenceManager.java | 80 private static JSONPrettyPrint prettyPrint = new JSONPrettyPrint(); field in class:RepoPersistenceManager 562 ObjectWriter writer = prettyPrint.getWriter();
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 96 private boolean prettyPrint; field in class:CollectClientConnectionsFilter.HTTPRequestContext 268 ctx.prettyPrint = 348 sendErrorReponse(ctx.response, ctx.prettyPrint, unauthorizedException); 374 sendErrorReponse(ctx.response, ctx.prettyPrint, ex); 493 * @param prettyPrint 498 void sendErrorReponse(HttpServletResponse response, boolean prettyPrint, argument 514 response.getOutputStream().println(toJSON(prettyPrint, re)); 529 * @param prettyPrint 536 private String toJSON(boolean prettyPrint, ResourceException re) argument 541 if (prettyPrint) s [all...] |
| /forgerock/opendj2/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 84 private boolean prettyPrint; field in class:CollectClientConnectionsFilter.HTTPRequestContext 257 ctx.prettyPrint = 335 sendErrorReponse(ctx.response, ctx.prettyPrint, unauthorizedException); 361 sendErrorReponse(ctx.response, ctx.prettyPrint, ex); 481 * @param prettyPrint 486 void sendErrorReponse(HttpServletResponse response, boolean prettyPrint, argument 502 response.getOutputStream().println(toJSON(prettyPrint, re)); 517 * @param prettyPrint 524 private String toJSON(boolean prettyPrint, ResourceException re) argument 529 if (prettyPrint) s [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 85 private boolean prettyPrint; field in class:CollectClientConnectionsFilter.HTTPRequestContext 258 ctx.prettyPrint = 336 sendErrorReponse(ctx.response, ctx.prettyPrint, unauthorizedException); 362 sendErrorReponse(ctx.response, ctx.prettyPrint, ex); 482 * @param prettyPrint 487 void sendErrorReponse(HttpServletResponse response, boolean prettyPrint, argument 503 response.getOutputStream().println(toJSON(prettyPrint, re)); 518 * @param prettyPrint 525 private String toJSON(boolean prettyPrint, ResourceException re) argument 530 if (prettyPrint) s [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 96 private boolean prettyPrint; field in class:CollectClientConnectionsFilter.HTTPRequestContext 268 ctx.prettyPrint = 348 sendErrorReponse(ctx.response, ctx.prettyPrint, unauthorizedException); 374 sendErrorReponse(ctx.response, ctx.prettyPrint, ex); 493 * @param prettyPrint 498 void sendErrorReponse(HttpServletResponse response, boolean prettyPrint, argument 514 response.getOutputStream().println(toJSON(prettyPrint, re)); 529 * @param prettyPrint 536 private String toJSON(boolean prettyPrint, ResourceException re) argument 541 if (prettyPrint) s [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/ |
| H A D | CollectClientConnectionsFilter.java | 84 private boolean prettyPrint; field in class:CollectClientConnectionsFilter.HTTPRequestContext 257 ctx.prettyPrint = 335 sendErrorReponse(ctx.response, ctx.prettyPrint, unauthorizedException); 361 sendErrorReponse(ctx.response, ctx.prettyPrint, ex); 481 * @param prettyPrint 486 void sendErrorReponse(HttpServletResponse response, boolean prettyPrint, argument 502 response.getOutputStream().println(toJSON(prettyPrint, re)); 517 * @param prettyPrint 524 private String toJSON(boolean prettyPrint, ResourceException re) argument 529 if (prettyPrint) s [all...] |