getUser() getUser(boolean $full = true) : string Returns the user whose rules are currently being edited. Parameters boolean $full Always return the full user name with realm? Returns string — The current user.
getDomain() getDomain() : string Returns the domain name, if any of the user whose rules are currently being edited. Returns string — The current user's domain name.
hasSharePermission() hasSharePermission( $mask = null) : boolean Check share permissions. Parameters $mask Returns boolean — True if user has permission.
loadBackends() loadBackends() : array Loads the backends.php configuration file. Throws \Horde_Exception Returns array — Configuration data.
getInitialPage() getInitialPage() : \Horde_Url Return Ingo's initial page. Returns \Horde_Url — URL object.