UntypedResultSet result;
try
{
ResultMessage.Rows rows = authorizeStatement.execute(new QueryState(new ClientState(true)),
new QueryOptions(ConsistencyLevel.ONE,
Lists.newArrayList(ByteBufferUtil.bytes(user.getName()),
ByteBufferUtil.bytes(resource.getName()))));
result = new UntypedResultSet(rows.result);
}
catch (RequestValidationException e)