@Override
 public void cancelDelegationToken(
     SessionHandle sessionHandle, HiveAuthFactory authFactory, String tokenStr)
     throws HiveSQLException {
   cliService.cancelDelegationToken(sessionHandle, authFactory, tokenStr);
 }