Property | Type | Description | |
---|---|---|---|
$auth | |||
$version |
Property | Type | Description | |
---|---|---|---|
$_oldbackend | string | Server key used in logged out session. |
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 = [] ) |
Method | Description | |
---|---|---|
_bootstrap ( ) | ||
_init ( ) |
public authAuthenticate ( string $userId, array $credentials ) | ||
$userId | string | The username of the user. |
$credentials | array | Credentials of the user. Allowed keys: 'backend', 'password'. |
public authLoginParams ( ) : array | ||
return | array | See Horde_Core_Auth_Application#authLoginParams(). |
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. |
public authValidate ( ) : boolean | ||
return | boolean | Whether the authentication is still valid. |
public download ( Horde_Variables $vars ) | ||
$vars | Horde_Variables |
public sidebar ( Horde_View_Sidebar $sidebar ) | ||
$sidebar | Horde_View_Sidebar | The sidebar object. |
public topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] ) | ||
$tree | Horde_Tree_Renderer_Base | |
$params | array |
protected string $_oldbackend | ||
return | string |