Class Swift_Authenticator_PLAIN

Description

Swift PLAIN Authenticator

This form of authentication is unbelievably insecure since everything is done plain-text

Located in /Swift/Authenticator/PLAIN.php (line 20)


	
			
Method Summary
boolean isAuthenticated (string $user, string $pass,  $swift)
Methods
getAuthExtensionName (line 46)

Return the name of the AUTH extension this is for

string getAuthExtensionName ()
isAuthenticated (line 30)

Try to authenticate using the username and password

Returns false on failure

boolean isAuthenticated (string $user, string $pass,  $swift)
  • string $user: The username
  • string $pass: The password
  • Swift $swift: The instance of Swift this authenticator is used in

Documentation generated on Tue, 06 Mar 2007 23:32:27 +0000 by phpDocumentor 1.3.1