Overview

Packages

  • Horde
    • Imsp

Classes

  • Horde_Imsp_Auth_Base
  • Horde_Imsp_Auth_CramMd5
  • Horde_Imsp_Auth_Imtest
  • Horde_Imsp_Auth_Plaintext
  • Horde_Imsp_Book
  • Horde_Imsp_Client_Base
  • Horde_Imsp_Client_Socket
  • Horde_Imsp_Exception
  • Horde_Imsp_Options
  • Horde_Imsp_Translation
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Imsp_Auth_Imtest

IMSP authentication class for authentication through imtest.

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.
  'socket'          The named socket to use for connection
  'command'         Path to the imtest command on localhost
  'auth_mechanism'  Authentication method to use with imtest

Copyright 2005-2007 Liam Hoekenga liamr@umich.edu Copyright 2003-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Imsp_Auth_Base
Extended by Horde_Imsp_Auth_Imtest
Package: Horde\Imsp
Author: Liam Hoekenga liamr@umich.edu
Author: Michael J Rubinsky mrubinsk@horde.org
Located at Horde/Imsp/Auth/Imtest.php
Methods summary
public
# logout( )

Force a logout command to the imsp stream.

Force a logout command to the imsp stream.

public string
# getDriverType( )

Returns the driver type.

Returns the driver type.

Returns

string
The type of this IMSP_Auth driver.
Methods inherited from Horde_Imsp_Auth_Base
__construct(), authenticate()
API documentation generated by ApiGen