public interface IEventPlugin
IEventPolicy
IEventAction
IEventGen
IEventMod
Modifier and Type | Method and Description |
---|---|
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.
|
void initialize(java.lang.Object profile) throws PluginException
profile
- For now it is the provisioning Profile that will be passed. look at oracle.ldap.odip.engine.ProvProfile for more details.PluginException
- when an exception occurs.void terminate(java.lang.Object profile) throws PluginException
profile
- Provisioning Profile Object will be sent. refer to oracle.ldap.odip.engine.ProvProfile for more detailsPluginException
- when an exception occurs.