public class AddPrivilegeMappingCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected String |
privilegeId |
protected String |
userId |
Constructor and Description |
---|
AddPrivilegeMappingCmd(String privilegeId,
String userId,
String groupId) |
protected String privilegeId
protected String userId
protected String groupId
public Void execute(CommandContext commandContext)