The Net_IMSP_Auth class abstract class for IMSP authentication.
Required Parameters:
'username' Username to logon to IMSP server as. 'password' Password for current user. 'server' The hostname of the IMSP server. 'port' The port of the IMSP server.
$Horde: framework/Net_IMSP/IMSP/Auth.php,v 1.8.10.15 2009/01/06 15:23:27 jan Exp $
Copyright 2003-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Net_IMSP/IMSP/Auth.php (line 24)
Class | Description |
---|---|
![]() |
The Net_IMSP_Auth_cram_md5 class for IMSP authentication. |
![]() |
The Net_IMSP_Auth_imtest class for IMSP authentication. |
![]() |
The Net_IMSP_Auth_plaintext class for IMSP authentication. |
Class variable to hold the resulting Net_IMSP object
Attempts to login to IMSP server.
Attempts to return a concrete Net_IMSP_Auth instance based on $driver Must be called as &Net_IMSP_Auth::factory()
Returns the type of this driver.
Force a logout from the underlying IMSP stream.
Attempts to return a concrete Net_IMSP_Auth instance based on $driver.
Will only create a new object if one with the same parameters already does not exist. Must be called like: $var = &Net_IMSP_Auth::singleton('driver_type');
Documentation generated on Sun, 30 Jan 2011 05:15:19 +0000 by phpDocumentor 1.4.3