Identity Management (MOSC)

MOSC Banner

OIM 11gR2: API to modify accounts

edited Mar 16, 2016 3:24AM in Identity Management (MOSC) 15 commentsAnswered

Hi,

I would like to develop an event handler for OIM 11gR2 to modify a user account (for example Active Directory account) if some conditions are satisfied.

I looked for proper API in Java API Reference for Oracle Identity Manager and I found the interface ProvisioningService.

I already developed an event handler for test purpose that gets and prints account details and it works, but when I try to modify the account I get an error.

Here my sample code:

        ProvisioningService provisioningService = oimClient.getService(ProvisioningService.class);

        long accountId = 11004;

        try {


                //Getting account datails, parent data and child data and printing them for debugging purpose

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