Interface ReconciliationObjectCommand<T extends ProvisionObject>
-
- All Known Implementing Classes:
BaseReconciliationGroupCommand
,BaseReconciliationUserCommand
,CreateIdmAccountUserCommand
,CreateIdmGroupCommand
,CreateResourceAccountUserCommand
,CreateResourceGroupCommand
,DeleteIdmExcludeTargetGroupCommand
,DeleteIdmUserExcludeTargetCommand
,DeleteResourceAccountUserCommand
,DeleteResourceGroupCommand
,DisableIdmAccountUserCommand
,DoNothingGroupCommand
,DoNothingUserCommand
,ReconciliationObjectAbstractCommand
,RemoveIdmGroupCommand
,RemoveIdmUserCommand
,UpdateIdmGroupCommand
,UpdateIdmUserCommand
,UpdateResourceUserCommand
public interface ReconciliationObjectCommand<T extends ProvisionObject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(AbstractPopulationScript<T> populationScript, String principal, String managedSysID, T object, Map<String,Attribute> attributes, String parentAuditLogId, Map<String,Object> dataMap)
-