Class ClockworkAuditHelper

java.lang.Object
com.evolveum.midpoint.model.impl.lens.ClockworkAuditHelper

@Component public class ClockworkAuditHelper extends Object
Audit-related responsibilities during clockwork processing.
  • Constructor Details

    • ClockworkAuditHelper

      public ClockworkAuditHelper()
  • Method Details

    • auditRequestDenied

      public void auditRequestDenied(@NotNull @NotNull LensContext<? extends ObjectType> context, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult opResult, @NotNull @NotNull OperationResult execResult)
      The request was denied before its execution was even started. This is a special case.
      Parameters:
      opResult - The (closed) result of the operation that failed
      execResult - The (open) result under which the auditing should be done