Interface Swift_Authenticator

Description

Swift Authenticator Interface

Lists the methods all authenticators must implement

Located in /Swift/Authenticator.php (line 17)


	
			
Method Summary
boolean isAuthenticated (string $username, string $password,  $instance)
Methods
getAuthExtensionName (line 32)

Return the name of the AUTH extension this is for

  • access: public
string getAuthExtensionName ()
isAuthenticated (line 27)

Try to authenticate using the username and password

Returns false on failure

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

Documentation generated on Wed, 26 Mar 2008 20:33:03 +1100 by phpDocumentor 1.3.1