Event Listener States
When an event that is mapped to an event listener occurs, idmgr invokes the event listener during each of the following states. The states occur in the following order:
cim1265
When an event that is mapped to an event listener occurs,
CA Identity Manager
invokes the event listener during each of the following states. The states occur in the following order:- Pre-approval state.This state occurs at the following times:
- Before a workflow-controlled event is approved or rejected
- Before the automatic approval of an event that is not workflow controlled
- Approved state or Rejected state.
- Approved-- occurs after a workflow-controlled event is approved. This state also applies to events that are not under workflow control. These events are automatically approved.Entry Point in EventListenerAdapter: approved()
- Rejected-- occurs after a workflow-controlled event is rejected. This state applies only to events that are under workflow control.Entry Point in EventListenerAdapter: rejected()
- Post-execution states.
- Post-successful execution-- occurs after the event is executed successfully. Provisioning (automatic, rule-based role and group assignments) are typically made during this state.Entry Point in EventListenerAdapter: after()
- Post-failed execution-- occurs after the event failed during execution. Provisioning (automatic, rule-based role and group assignments) are typically made during this state.Entry Point in EventListenerAdapter: failed()
CA Identity Manager
View and Audit events do not include these states. Event listeners are not supported for View and Audit events.