Searched refs:authenticators (Results 1 – 1 of 1) sorted by relevance
80 protected $authenticators = array(); variable in Swift_Connection_SMTP202 $this->authenticators[$auth->getAuthExtensionName()] = $auth;350 if (empty($this->authenticators))382 $this->setExtension("AUTH", array_keys($this->authenticators));385 foreach ($this->authenticators as $name => $obj)395 if ($this->authenticators[$name]->isAuthenticated($user, $pass, $swift))412 "Loaded authenticators: [" . implode(", ", array_keys($this->authenticators)) . "]");