OIM API To Execute/Run Job

package com.massiveGaze.scheduleJobs;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;

import com.massiveGaze.connection.Platform;

import oracle.iam.identity.utils.Constants;
import oracle.iam.scheduler.api.SchedulerService;

public class RunJob {
 public static void execute() throws Exception
    {
      Long time = System.currentTimeMillis();
      SchedulerService schedulerService = Platform.getService(SchedulerService.class);
      schedulerService.triggerNow("Disable/Delete User After End Date");
       
    }
 public static void main(String[] args) throws Exception{
  execute();
 }

}

No comments:

Post a Comment

About OIM

Oracle Identity Management enables organizations to effectively manage the end - to - end life - cycle of user ide...

Popular Posts