java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.targetDao.GrouperProvisionerTargetDaoBase
edu.internet2.middleware.grouper.app.provisioningExamples.exampleWsReplaceProvisionerGeneric.GrouperExampleWsGenericTargetDao

public class GrouperExampleWsGenericTargetDao extends GrouperProvisionerTargetDaoBase
DAO is the glue from the provisioner to the target. Implement the select/insert/update/delete. If the target supports batching (either multiple updates at a time for example, or batching operations), implement that instead of individual operations. Each operation needs to be registered in registerGrouperProvisionerDaoCapabilities() or it wont be used
  • Field Details

    • doNotLogHeaders

      public static final Set<String> doNotLogHeaders
      some things
  • Constructor Details

    • GrouperExampleWsGenericTargetDao

      public GrouperExampleWsGenericTargetDao()
  • Method Details