Example #1
0
 public Collection<PostgreAuthId> getUsers(DBRProgressMonitor monitor) throws DBException {
   return authIdCache.getAllObjects(monitor, this);
 }