OIM - Create Group in AD
622113Mar 7 2008 — edited Apr 23 2008I have AD and OIM 9.0.3.1 installed. I have written a custom connector for AD which has a method to create a group in AD.
I have used the design console to create an adapter. The adapter uses the jar file and the method I have written. I also have a process definition with a task. The task (called CREATEGROUP) has the adapter mapped. I have a resource object for the AD , with the server IP address.
In a nutshell, I have a basic workflow setup. But now, I don't know how to actually create a group. How do I fire up the workflow so that it calls my java code and creates a group (somewhere I could provide a group name?).
I think I could do this with the out of box AD connector, but I just wanted to write something in Java so I wrote this basic connector.