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