Once you have registered the Plugins for Event Handler and getting some issue and you want to verify that Event Handler registered successfully or not then follow below steps-
1. Login to EM console- http://localhost:7001/em/
2. Expand "Identity and Access" -->Expand "OIM" -->Click on "oim(11.12.0.0)"
3. Click on Oracle Identity Manager arrow and click on System MBean Browser
4. Expand "Application Defined MBeans" -->"oracle.iam" --> Server: oim_server1 -->Application: oim -->IAMAppDesignMBean --> Click on "ConfigQueryMBeanName".
5. Click on Operation -->Click On "getEventHandlers"
6. Once getEventHandler opened provide the below details-
P1 --> User
P2 --> Enable (Provide any operation for which you have registered your Event Handler like- Create, Modify, Enable, Disable etc...) and Click on Invoke
7. It will fetched the all registered OOTB and Custom Event Handles details from Metadata and show this in Returns the Value. You can check your Custom Event Handler in the list. If its present here then Event Handler registered Successfully.
1. Login to EM console- http://localhost:7001/em/
2. Expand "Identity and Access" -->Expand "OIM" -->Click on "oim(11.12.0.0)"
3. Click on Oracle Identity Manager arrow and click on System MBean Browser
4. Expand "Application Defined MBeans" -->"oracle.iam" --> Server: oim_server1 -->Application: oim -->IAMAppDesignMBean --> Click on "ConfigQueryMBeanName".
5. Click on Operation -->Click On "getEventHandlers"
6. Once getEventHandler opened provide the below details-
P1 --> User
P2 --> Enable (Provide any operation for which you have registered your Event Handler like- Create, Modify, Enable, Disable etc...) and Click on Invoke
7. It will fetched the all registered OOTB and Custom Event Handles details from Metadata and show this in Returns the Value. You can check your Custom Event Handler in the list. If its present here then Event Handler registered Successfully.
No comments:
Post a Comment