Package org.openiam.recon.command.user
Class CreateIdmAccountUserCommand
- java.lang.Object
-
- org.openiam.recon.command.user.BaseReconciliationUserCommand
-
- org.openiam.recon.command.user.CreateIdmAccountUserCommand
-
- All Implemented Interfaces:
ReconciliationObjectCommand<ProvisionUser>
@Component public class CreateIdmAccountUserCommand extends BaseReconciliationUserCommand
Created with IntelliJ IDEA. User: Pascal Date: 27.04.12 Time: 15:42 To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description CreateIdmAccountUserCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(AbstractPopulationScript<ProvisionUser> populationScript, String principal, String mSysID, ProvisionUser pUser, Map<String,Attribute> attributes, String parentAuditLogId, Map<String,Object> dataMap)
-
Methods inherited from class org.openiam.recon.command.user.BaseReconciliationUserCommand
executeScript
-
-
-
-
Method Detail
-
execute
public void execute(AbstractPopulationScript<ProvisionUser> populationScript, String principal, String mSysID, ProvisionUser pUser, Map<String,Attribute> attributes, String parentAuditLogId, Map<String,Object> dataMap) throws Exception
- Specified by:
execute
in interfaceReconciliationObjectCommand<ProvisionUser>
- Specified by:
execute
in classBaseReconciliationUserCommand
- Throws:
Exception
-
-