$_params
$_params :
IMSP authentication class for CRAM-MD5 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.
Copyright 2003-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
$_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? |