dataManager.addData("SELECT pm1.g1.e1, pm1.g1.e2 FROM pm1.g1", new List[] { //$NON-NLS-1$
Arrays.asList(new Object[] { "fooRole", new Integer(0) }), //$NON-NLS-1$
});
CommandContext context = new CommandContext();
context.setSecurityFunctionEvaluator(new SecurityFunctionEvaluator() {
public boolean hasRole(String roleType,
String roleName) throws TeiidComponentException {
return false;
}});