PHP Class Horde_Core_Factory_Auth, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Core_Factory_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
create ( string $app = null ) : Horde_Core_Auth_Application Return the Horde_Auth:: instance.

Protected Methods

Method Description
_create ( string $driver, array $orig_params = null ) : Horde_Auth_Base Returns a Horde_Auth_Base driver for the given driver/configuration.

Method Details

_create() protected method

Returns a Horde_Auth_Base driver for the given driver/configuration.
protected _create ( string $driver, array $orig_params = null ) : Horde_Auth_Base
$driver string Driver name.
$orig_params array Driver parameters.
return Horde_Auth_Base Authentication object.

create() public method

Return the Horde_Auth:: instance.
public create ( string $app = null ) : Horde_Core_Auth_Application
$app string The application to authenticate to.
return Horde_Core_Auth_Application The singleton instance.