public interface IDataEntryPlugin
Modifier and Type | Method and Description |
---|---|
ModPropertySet |
getAppAttrMods()
Returns the Modified App User properties
|
ModPropertySet |
getBaseAttrMods()
Returns the Modified Base User properties
|
PluginStatus |
process(ApplicationContext appCtx, IdmUser idmUser, ModPropertySet baseUserAttr, ModPropertySet appUserAttr)
The applications can perform a post data entry operation by implementing this method.
|
PluginStatus process(ApplicationContext appCtx, IdmUser idmUser, ModPropertySet baseUserAttr, ModPropertySet appUserAttr) throws PluginException
appCtx
- the application contextidmUser
- the IdmUser objectbaseUserAttr
- Base user propertiesappUserAttr
- App user propertiesPluginException
- when an exception occurs.ModPropertySet getBaseAttrMods()
ModPropertySet getAppAttrMods()