PHP Class Gollem_Application, horde

Inheritance: extends Horde_Registry_Application
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$auth
$version

Protected Properties

Свойство Type Description
$_oldbackend string Server key used in logged out session.

Méthodes publiques

Méthode 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 = [] )

Méthodes protégées

Méthode Description
_bootstrap ( )
_init ( )

Method Details

_bootstrap() protected méthode

protected _bootstrap ( )

_init() protected méthode

protected _init ( )

authAuthenticate() public méthode

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 méthode

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

authTransparent() public méthode

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.
Résultat boolean Whether transparent login is supported.

authValidate() public méthode

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

download() public méthode

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

menu() public méthode

public menu ( $menu )

perms() public méthode

public perms ( )

sidebar() public méthode

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

topbarCreate() public méthode

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
Résultat string

$auth public_oe property

public $auth

$version public_oe property

public $version