The Event Listener API contains the following components:
The base class that all event listeners extend. Contains base implementation methods for startup and shutdown operations. Also provides entry points for the various event states. CA IdentityMinder calls a different EventListenerAdapter method for each event state and passes EventContext to the method.
Implements LifeCycle and Logger.
Interface that provides read/write access to managed objects in CA IdentityMinder events, and lets you generate secondary events.
This interface also provides access to IMContext information about the current task, and to logging methods and other CA IdentityMinder services, including managed object retrieval from the data store.
Extends IMPersistentContext.
EventContext is part of the core API functional model. However, it serves as the ...Context module for the Event Listener API.
Allows user-defined data to be persisted across different event listeners within a given event. Also allows data to be persisted between an event listener and other custom objects in the same task session. The persisted data is not written to the data store.
This interface is part of the core API functional model.
Extends IMContext.
The preceding components are in the package com.netegrity.imapi.
|
Copyright © 2013 CA.
All rights reserved.
|
|