Method | Description | |
---|---|---|
__construct ( Horde_Kolab_FreeBusy_User $user, Horde_Controller_Request $request, mixed $logger ) | Constructor. | |
getDomain ( ) : string | Return the primary domain of the user accessing the system. | |
getGroups ( ) : array | Return the groups this user is member of. | |
getPassword ( ) : string | Return the password of the user accessing the system. | |
getPrimaryId ( ) : string | Return the primary id of the user accessing the system. | |
isAuthenticated ( ) : boolean | Finds out if a set of login credentials are valid. |
public __construct ( Horde_Kolab_FreeBusy_User $user, Horde_Controller_Request $request, mixed $logger ) | ||
$user | Horde_Kolab_FreeBusy_User | The decorated user. |
$request | Horde_Controller_Request | The request. |
$logger | mixed | The log handler. The class must at least provide the notice() and err() methods. |
public getPassword ( ) : string | ||
return | string | The password. |
public getPrimaryId ( ) : string | ||
return | string | The primary id. |
public isAuthenticated ( ) : boolean | ||
return | boolean | Whether or not the password was correct. |