TYPO3
7.6
|
Public Member Functions | |
getAuthKeyword () | |
authenticate (Swift_Transport_SmtpAgent $agent, $username, $password) | |
An Authentication mechanism.
Definition at line 16 of file Authenticator.php.
authenticate | ( | Swift_Transport_SmtpAgent | $agent, |
$username, | |||
$password | |||
) |
Try to authenticate the user with $username and $password.
Swift_Transport_SmtpAgent | $agent | |
string | $username | |
string | $password |
Implemented in Swift_Transport_Esmtp_Auth_XOAuth2Authenticator, Swift_Transport_Esmtp_Auth_NTLMAuthenticator, Swift_Transport_Esmtp_Auth_CramMd5Authenticator, Swift_Transport_Esmtp_Auth_LoginAuthenticator, and Swift_Transport_Esmtp_Auth_PlainAuthenticator.
getAuthKeyword | ( | ) |
Get the name of the AUTH mechanism this Authenticator handles.
Implemented in Swift_Transport_Esmtp_Auth_XOAuth2Authenticator, Swift_Transport_Esmtp_Auth_NTLMAuthenticator, Swift_Transport_Esmtp_Auth_CramMd5Authenticator, Swift_Transport_Esmtp_Auth_LoginAuthenticator, and Swift_Transport_Esmtp_Auth_PlainAuthenticator.