Overview

Packages

  • Auth

Classes

  • Horde_Auth
  • Horde_Auth_Auto
  • Horde_Auth_Base
  • Horde_Auth_Composite
  • Horde_Auth_Customsql
  • Horde_Auth_Cyrsql
  • Horde_Auth_Exception
  • Horde_Auth_Ftp
  • Horde_Auth_Http
  • Horde_Auth_Http_Remote
  • Horde_Auth_Imap
  • Horde_Auth_Ipbasic
  • Horde_Auth_Kolab
  • Horde_Auth_Ldap
  • Horde_Auth_Login
  • Horde_Auth_Msad
  • Horde_Auth_Pam
  • Horde_Auth_Passwd
  • Horde_Auth_Peclsasl
  • Horde_Auth_Radius
  • Horde_Auth_Shibboleth
  • Horde_Auth_Smb
  • Horde_Auth_Smbclient
  • Horde_Auth_Sql
  • Horde_Auth_Translation
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Auth_Http

The Horde_Auth_Http class transparently logs users in to Horde using already present HTTP authentication headers.

Copyright 1999-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, http://www.horde.org/licenses/lgpl21

Horde_Auth_Base
Extended by Horde_Auth_Http
Package: Auth
Category: Horde
License: LGPL-2.1
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Auth/Http.php
Methods summary
public
# __construct( array $params = array() )

Constructor.

Constructor.

Parameters

$params
Optional parameters: <pre><span class="php-quote">'encryption'</span> - (string) Kind of passwords in the .htpasswd <span class="php-keyword2">file</span>. Either <span class="php-quote">'crypt-des'</span> (standard crypted htpasswd entries) [<span class="php-keyword1">DEFAULT</span>] <span class="php-keyword1">or</span> <span class="php-quote">'aprmd5'</span>. This information is used <span class="php-keyword1">if</span> you want to directly authenticate users with this driver, instead of relying on transparent auth. <span class="php-quote">'htpasswd_file'</span> - (string) TODO</pre>

Overrides

Horde_Auth_Base::__construct()
public array
# listUsers( mixed $sort = false )

List all users in the system.

List all users in the system.

Returns

array
The array of userIds.

Throws

Horde_Auth_Exception

Overrides

Horde_Auth_Base::listUsers()
public boolean
# transparent( )

Automatic authentication: Find out if the client has HTTP authentication info present.

Automatic authentication: Find out if the client has HTTP authentication info present.

Returns

boolean
Whether or not the client is allowed.

Throws

Horde_Auth_Exception

Overrides

Horde_Auth_Base::transparent()
Methods inherited from Horde_Auth_Base
addUser(), authenticate(), exists(), getCredential(), getError(), getParam(), hasCapability(), isLocked(), lockUser(), removeUser(), resetPassword(), setCredential(), setError(), unlockUser(), updateUser(), validateAuth()
API documentation generated by ApiGen