|
Oracle Internet Directory API Reference 10g(10.1.2) B14083-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is a Data Entry plugin that is invoked from the DAS. The Application teams implements this interface if it desires to 1. Do pre-data entry operation 2. Post data entry operation
| Method Summary | |
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. |
| Method Detail |
public 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.public ModPropertySet getBaseAttrMods()
public ModPropertySet getAppAttrMods()
|
Oracle Internet Directory API Reference 10g(10.1.2) B14083-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||