Home
last modified time | relevance | path

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

/plugin/swiftmail/Swift/
H A DAuthenticator.php32 public function getAuthExtensionName(); function
/plugin/swiftmail/Swift/Authenticator/
H A DLOGIN.php45 public function getAuthExtensionName() function in Swift_Authenticator_LOGIN
H A DPLAIN.php46 public function getAuthExtensionName() function in Swift_Authenticator_PLAIN
H A DCRAMMD5.php47 public function getAuthExtensionName() function in Swift_Authenticator_CRAMMD5
H A D@PopB4Smtp.php83 public function getAuthExtensionName() function in Swift_Authenticator_PopB4Smtp
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php202 $this->authenticators[$auth->getAuthExtensionName()] = $auth;
206 $log->add("Authentication mechanism '" . $auth->getAuthExtensionName() . "' attached.");