public class SetPlatformUserInfosCmd extends Object implements Command<List<PlatformIdentityInfo>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
infos |
protected String |
tenantId |
protected String |
userId |
Constructor and Description |
---|
SetPlatformUserInfosCmd(String userId,
String tenantId,
Map<String,Object> infos) |
Modifier and Type | Method and Description |
---|---|
List<PlatformIdentityInfo> |
execute(CommandContext commandContext) |
public List<PlatformIdentityInfo> execute(CommandContext commandContext)
execute
in interface Command<List<PlatformIdentityInfo>>