Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.idm.provisioning.plugin
Interface IEventPlugin

All Known Subinterfaces:
IEventsFromOID, IEventsToOID

public interface IEventPlugin

This is the base interface which the other interfaces liike IEventPolicy IEventAction IEventGen IEventMod

Since:
OCS R3

Method Summary
 void initialize(java.lang.Object profile)
          The applications can perform the initialization logic in this method.
 void terminate(java.lang.Object profile)
          The applications can perform the termination logic in this method.

 

Method Detail

initialize

void initialize(java.lang.Object profile)
                throws PluginException
The applications can perform the initialization logic in this method.
Parameters:
profile - For now it is the provisioning Profile that will be passed. look at oracle.ldap.odip.engine.ProvProfile for more details.
Throws:
PluginException - when an exception occurs.

terminate

void terminate(java.lang.Object profile)
               throws PluginException
The applications can perform the termination logic in this method.
Parameters:
profile - Provisioning Profile Object will be sent. refer to oracle.ldap.odip.engine.ProvProfile for more details
Throws:
PluginException - when an exception occurs.

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.