PHP Class Gollem_Application, horde

Inheritance: extends Horde_Registry_Application
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$auth
$version

Protected Properties

Property Type Description
$_oldbackend string Server key used in logged out session.

Public Methods

Method Description
authAuthenticate ( string $userId, array $credentials ) Tries to authenticate with the server and create a session.
authLoginParams ( ) : array Return login parameters used on the login page.
authTransparent ( Horde_Core_Auth_Application $auth_ob ) : boolean Tries to transparently authenticate with the server and create a session.
authValidate ( ) : boolean Validates an existing authentication.
download ( Horde_Variables $vars ) URL parameters needed: - dir - driver
menu ( $menu )
perms ( )
sidebar ( Horde_View_Sidebar $sidebar ) Add additional items to the sidebar.
topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )

Protected Methods

Method Description
_bootstrap ( )
_init ( )

Method Details

_bootstrap() protected method

protected _bootstrap ( )

_init() protected method

protected _init ( )

authAuthenticate() public method

Tries to authenticate with the server and create a session.
public authAuthenticate ( string $userId, array $credentials )
$userId string The username of the user.
$credentials array Credentials of the user. Allowed keys: 'backend', 'password'.

authLoginParams() public method

Return login parameters used on the login page.
public authLoginParams ( ) : array
return array See Horde_Core_Auth_Application#authLoginParams().

authTransparent() public method

Tries to transparently authenticate with the server and create a session.
public authTransparent ( Horde_Core_Auth_Application $auth_ob ) : boolean
$auth_ob Horde_Core_Auth_Application The authentication object.
return boolean Whether transparent login is supported.

authValidate() public method

Validates an existing authentication.
public authValidate ( ) : boolean
return boolean Whether the authentication is still valid.

download() public method

URL parameters needed: - dir - driver
public download ( Horde_Variables $vars )
$vars Horde_Variables

menu() public method

public menu ( $menu )

perms() public method

public perms ( )

sidebar() public method

Add additional items to the sidebar.
public sidebar ( Horde_View_Sidebar $sidebar )
$sidebar Horde_View_Sidebar The sidebar object.

topbarCreate() public method

public topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )
$tree Horde_Tree_Renderer_Base
$params array

Property Details

$_oldbackend protected_oe property

Server key used in logged out session.
protected string $_oldbackend
return string

$auth public_oe property

public $auth

$version public_oe property

public $version