PHP Interface Horde_Kolab_FreeBusy_User, horde

Copyright 2010-2016 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.
Exibir arquivo Open project: horde/horde Interface Usage Examples

Public Methods

Method Description
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.

Method Details

getDomain() public method

Return the primary domain of the user accessing the system.
public getDomain ( ) : string
return string The primary domain.

getGroups() public method

Return the groups this user is member of.
public getGroups ( ) : array
return array The groups for this user.

getPassword() public method

Return the password of the user accessing the system.
public getPassword ( ) : string
return string The password.

getPrimaryId() public method

Return the primary id of the user accessing the system.
public getPrimaryId ( ) : string
return string The primary id.

isAuthenticated() public method

Finds out if a set of login credentials are valid.
public isAuthenticated ( ) : boolean
return boolean Whether or not the password was correct.