Searched refs:configAuditState (Results 1 - 2 of 2) sorted by relevance
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/manage/ |
H A D | ConfigAuditEventLogger.java | 59 public final Promise<ResourceResponse, ResourceException> log(ConfigAuditState configAuditState, Request request, argument 68 .revision(configAuditState.getRevision()) 70 .objectId(configAuditState.getId()) 72 .before(configAuditState.getBefore()) 73 .after(configAuditState.getAfter()) 75 configAuditState.getBefore(), 76 configAuditState.getAfter(),
|
H A D | ConfigObjectService.java | 182 ConfigAuditState configAuditState) { 185 auditLogger.log(configAuditState, request, context, connectionFactory); 189 configAuditState.getId(), 190 configAuditState.getRevision(), 191 configAuditState.getAfter()).asPromise(); 276 ConfigAuditState configAuditState) throws ResourceException { 278 JsonValue after = configAuditState.getAfter(); 284 auditLogger.log(configAuditState, request, context, connectionFactory); 286 return newResourceResponse(configAuditState.getId(), 287 configAuditState [all...] |
Completed in 35 milliseconds