public class GetGroupsWithPrivilegeCmd extends Object implements Command<List<Group>>, Serializable
protected String
name
GetGroupsWithPrivilegeCmd(String name)
List<Group>
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String name
public GetGroupsWithPrivilegeCmd(String name)
public List<Group> execute(CommandContext commandContext)
execute
Command<List<Group>>