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 class
BaseReconciliationGroupCommand
class
CreateIdmGroupCommand
class
CreateResourceGroupCommand
class
DeleteIdmExcludeTargetGroupCommand
class
DeleteResourceGroupCommand
class
DoNothingGroupCommand
class
RemoveIdmGroupCommand
class
UpdateIdmGroupCommand
-
Uses of ReconciliationObjectCommand in org.openiam.recon.command.user
Classes in org.openiam.recon.command.user that implement ReconciliationObjectCommand Modifier and Type Class Description class
BaseReconciliationUserCommand
class
CreateIdmAccountUserCommand
Created with IntelliJ IDEA.class
CreateResourceAccountUserCommand
class
DeleteIdmUserExcludeTargetCommand
class
DeleteResourceAccountUserCommand
class
DisableIdmAccountUserCommand
class
DoNothingUserCommand
class
RemoveIdmUserCommand
class
UpdateIdmUserCommand
class
UpdateResourceUserCommand
-
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 void
AbstractReconciliationProcessor. 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 class
ReconciliationObjectAbstractCommand<T extends ProvisionObject>
-