Home
last modified time | relevance | path

Searched refs:authenticators (Results 1 – 1 of 1) sorted by relevance

/plugin/swiftmail/Swift/Connection/
H A DSMTP.php80 protected $authenticators = array(); variable in Swift_Connection_SMTP
202 $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)) . "]");