$_params
$_params :
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
$_imsp : \Horde_Imsp_Client_Base
Class variable to hold the resulting Horde_Imsp object
authenticate(\Horde_Imsp_Client_Base $client, boolean $login = true) : boolean
Attempts to login to IMSP server.
\Horde_Imsp_Client_Base | $client | The Imsp client connection. |
boolean | $login | Remain logged in after auth? |