public class PostDataEntryPluginAdapter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IDataEntryPlugin |
m_dataEntryPlugin
IDataEntryPlugin
|
protected java.lang.String |
m_oper
Call Operation DELETE/MODIFY/CREATE
|
Constructor and Description |
---|
PostDataEntryPluginAdapter(javax.naming.ldap.LdapContext lCtx, Application app, java.lang.String operation)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ModPropertySet |
getAppAttrMods() |
ModPropertySet |
getBaseAttrMods() |
PluginStatus |
process(ApplicationContext appCtx, IdmUser idmUser, ModPropertySet baseUserAttr, ModPropertySet appUserAttr) |
protected java.lang.String m_oper
protected IDataEntryPlugin m_dataEntryPlugin
public PostDataEntryPluginAdapter(javax.naming.ldap.LdapContext lCtx, Application app, java.lang.String operation) throws NoSuchPluginException, PluginException
NoSuchPluginException
- when the application does not have a pluginPluginException
public PluginStatus process(ApplicationContext appCtx, IdmUser idmUser, ModPropertySet baseUserAttr, ModPropertySet appUserAttr) throws PluginException
PluginException
IDataEntryPlugin
public ModPropertySet getBaseAttrMods()
IDataEntryPlugin
public ModPropertySet getAppAttrMods()
IDataEntryPlugin