Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Develop pre-populate adapter in request dataset in OIM 11G

942393Jul 18 2012 — edited Jul 19 2012
Hi Friends,

I have a field say UD_TEMP_FORM_FIELDA on the process form which is going to be populated based on the value of a field SAY UD_TEMP_FORM_FIELDB on the request dataset.

So my request dataset will have only one field which is UD_TEMP_FORM_FIELDB.
And my process form will have two fields UD_TEMP_FORM_FIELDA and UD_TEMP_FORM_FIELDB.

And I developed a pre-populate adapter on the process form to populate UD_TEMP_FORM_FIELDA field based on the value of UD_TEMP_FORM_FIELDB during provisioning. But pre-population is not at all getting triggered during provisioning. I believe I need to put UD_TEMP_FORM_FIELDA also on the request dataset and pre-populate its value in request dataset itself and pass the value from request data set to process form. Is this correct?

If so, as per the documentation, we need to create a request dataset with pre-pop adapter in the below format.

<AttributeReference name="Domain" attr-ref="domain" available-in-bulk="true" type="String" length="20" widget="text">
<PrePopulationAdapter classname="oracle.iam.request.DomainPrepopulateAdapter"/>
</AttributeReference

As we are specifying only the class name in the above statement,
1) How to pass the value of UD_TEMP_FORM_FIELDB to this class.
2) Which method in the class will execute
3) How to Registert this class.

Can you please provide me some steps/urls for the above requirement?

Thanks,
Mike
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2012
Added on Jul 18 2012
6 comments
747 views