Property | Type | Description | |
---|---|---|---|
$auth | |||
$features | |||
$version |
Property | Type | Description | |
---|---|---|---|
$_oldserver | string | Server key used in logged out session. |
Method | Description | |
---|---|---|
appInitFailure ( $e ) | ||
authAddUser ( $userId, array $credentials ) | ||
authAuthenticate ( $userId, array $credentials ) | ||
authLoginParams ( ) | ||
authRemoveUser ( $userId ) | ||
authTransparent ( $auth_ob ) | ||
authUserList ( ) | ||
changeLanguage ( ) | ||
download ( Horde_Variables $vars ) | URL parameters: - actionID | |
exceptionHandler ( $e ) | ||
getInitialPage ( ) | ||
hasPermission ( $permission, $allowed, $opts = [] ) | ||
logout ( ) | ||
nosqlDrivers ( ) | ||
perms ( ) | ||
setupNotification ( Horde_Notification_Handler $handler ) | Modifies the global notification handler. | |
topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] ) |
Method | Description | |
---|---|---|
_authenticated ( ) | ||
_bootstrap ( ) |
public authAddUser ( $userId, array $credentials ) | ||
$credentials | array | An array of login credentials. For IMP, this must contain a password entry. |
public authAuthenticate ( $userId, array $credentials ) | ||
$credentials | array | Credentials of the user. Allowed keys: 'imp_server_key', 'password'. |
public download ( Horde_Variables $vars ) | ||
$vars | Horde_Variables |
public setupNotification ( Horde_Notification_Handler $handler ) | ||
$handler | Horde_Notification_Handler | A notification handler. |
public topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] ) | ||
$tree | Horde_Tree_Renderer_Base | |
$params | array |
protected string $_oldserver | ||
return | string |