/**
  * (non-PHPdoc)
  * @see svnadmin\core\interfaces.IPathsEditProvider::removeUserFromAccessPath()
  */
 public function removeUserFromAccessPath($objUser, $objAccessPath)
 {
     return $this->m_authfile->removeUserFromRepository($objUser->name, $objAccessPath->path);
 }