/*
  *  Methods requiring a domain manager.
  */
 public List getPolicies() throws IOException {
   return _kds.getPolicies();
 }