Identity Management (MOSC)

MOSC Banner

OIM12c Postprocess Event Handler Not Populating value in Middlename

Hi,

In OIM12c environment, I have written post-process event handler  to populate middlename = firstname+"123" and registered plugin successfully,  but its not updating value. the process executes successfully and also writing some logs values in log file. Can anyone please check below code and also logs to identify where I am doing a mistake or is anything missed in code or configuration after deployment of plugin.

Code I have written.

public class SetMiddleName implements PostProcessHandler{

    public SetMiddleName() {

        super();

    }

    @Override

    public EventResult execute(long processId, long eventId,

                Orchestration orchestration) {

            HashMap<String, Serializable> parameters = orchestration

                    .getParameters();

            // If the middle name is empty set the first letter of the first name

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center