Uses of Interface
org.openiam.recon.service.intf.command.ReconciliationObjectCommand
-
-
Uses of ReconciliationObjectCommand in org.openiam.recon.command.grp
Classes in org.openiam.recon.command.grp that implement ReconciliationObjectCommand Modifier and Type Class Description classBaseReconciliationGroupCommandclassCreateIdmGroupCommandclassCreateResourceGroupCommandclassDeleteIdmExcludeTargetGroupCommandclassDeleteResourceGroupCommandclassDoNothingGroupCommandclassRemoveIdmGroupCommandclassUpdateIdmGroupCommand -
Uses of ReconciliationObjectCommand in org.openiam.recon.command.user
Classes in org.openiam.recon.command.user that implement ReconciliationObjectCommand Modifier and Type Class Description classBaseReconciliationUserCommandclassCreateIdmAccountUserCommandCreated with IntelliJ IDEA.classCreateResourceAccountUserCommandclassDeleteIdmUserExcludeTargetCommandclassDeleteResourceAccountUserCommandclassDisableIdmAccountUserCommandclassDoNothingUserCommandclassRemoveIdmUserCommandclassUpdateIdmUserCommandclassUpdateResourceUserCommand -
Uses of ReconciliationObjectCommand in org.openiam.recon.service.impl.processor
Methods in org.openiam.recon.service.impl.processor with parameters of type ReconciliationObjectCommand Modifier and Type Method Description protected voidAbstractReconciliationProcessor. performPopulationScript(ReconciliationObjectCommand<M> command, Map<ReconciliationSituationEnum,AbstractPopulationScript> populationScripts, ReconciliationSituationEnum situation, String principal, String managedSysId, M newObject, Map<String,Attribute> attributeMap, AuditLogBuilder childAuditLog, LastRecordMetric metric) -
Uses of ReconciliationObjectCommand in org.openiam.recon.service.impl.srcadapter.adapters
Methods in org.openiam.recon.service.impl.srcadapter.adapters that return ReconciliationObjectCommand Modifier and Type Method Description ReconciliationObjectCommand<ProvisionGroup>ReconciliationCommandFactory. createGroupCommand(ReconciliationSituationResponseEnum situationResponse, ReconciliationSituation config, String managedSysId)ReconciliationObjectCommand<ProvisionUser>ReconciliationCommandFactory. createUserCommand(ReconciliationSituationResponseEnum situationResponse, ReconciliationSituation config, String managedSysId) -
Uses of ReconciliationObjectCommand in org.openiam.recon.service.intf.command
Classes in org.openiam.recon.service.intf.command that implement ReconciliationObjectCommand Modifier and Type Class Description classReconciliationObjectAbstractCommand<T extends ProvisionObject>
-