Class Horde_Auth_Composite
The Horde_Auth_Composite class provides a way to combine two separate drivers for admin vs. authentication purposes.
Copyright 2002-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
- Horde_Auth_Composite
Package: Auth
Category: Horde
License: LGPL-2.1
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Auth/Composite.php
Category: Horde
License: LGPL-2.1
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Auth/Composite.php
public
|
|
public
boolean
|
#
hasCapability( string $capability )
Query the current Auth object to find out if it supports the given capability. |
public
boolean
|
|
public
|
|
public
|
#
updateUser( string $oldID, string $newID, array $credentials )
Update a set of authentication credentials. |
public
string
|
#
resetPassword( string $userId )
Reset a user's password. Used for example when the user does not remember the existing password. |
public
|
|
public
array
|
|
public
boolean
|
authenticate(),
getCredential(),
getError(),
getParam(),
isLocked(),
lockUser(),
setCredential(),
setError(),
unlockUser(),
validateAuth()
|