Identity Management (MOSC)

MOSC Banner

Post process for organization create is not happening

edited Dec 16, 2013 5:52PM in Identity Management (MOSC) 2 commentsAnswered
Hi,
I want to provision a resource to an organization in the post process, when we create the same organization. for the same I have done the following process.
wrote event handlers.xml  like below.

<?xml version="1.0" encoding="UTF-8"?> 
<eventhandlers xmlns="http://www.oracle.com/schema/oim/platform/kernel"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernelorchestration-handlers.xsd">
<action-handler class="com.vge.oim.eventhandlers.OrganizationProvisionResource"
entity-type="Organization" operation="CREATE" name="OrganizationProvisionResource"
stage="postprocess" order="FIRST" sync="TRUE"/>

</eventhandlers>

then imported into mds and it is success.
After this I have written plugin.xml as below.

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