API Documentation

Auth/Adapter/Http/Resolver/File.php

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Auth  
subpackage
Zend_Auth_Adapter_Http  
version
$Id: File.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Auth_Adapter_Http_Resolver_File

HTTP Authentication File Resolver

Implements
\Zend_Auth_Adapter_Http_Resolver_Interface
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Auth  
subpackage
Zend_Auth_Adapter_Http  

Properties

Propertyprotectedstring  $_file= ''

Path to credentials file

Details
Type
string

Methods

methodpublic__construct( string $path ) : void

Constructor

Parameters
Name Type Description
$path string Complete filename where the credentials are stored
methodpublicgetFile( ) : string

Returns the path to the credentials file

Returns
Type Description
string
methodpublicresolve( string $username, string $realm ) : string|false

Resolve credentials

Only the first matching username/realm combination in the file is returned. If the file contains credentials for Digest authentication, the returned string is the password hash, or h(a1) from RFC 2617. The returned string is the plain-text password for Basic authentication.

The expected format of the file is: username:realm:sharedSecret

That is, each line consists of the user's username, the applicable authentication realm, and the password or hash, each delimited by colons.

Parameters
Name Type Description
$username string Username
$realm string Authentication Realm
Returns
Type Description
stringfalse User's shared secret, if the user is found in the realm, false otherwise.
Throws
Exception Description
\Zend_Auth_Adapter_Http_Resolver_Exception
methodpublicsetFile( string $path ) : \Zend_Auth_Adapter_Http_Resolver_File

Set the path to the credentials file

Parameters
Name Type Description
$path string
Returns
Type Description
\Zend_Auth_Adapter_Http_Resolver_File Provides a fluent interface
Throws
Exception Description
\Zend_Auth_Adapter_Http_Resolver_Exception
Documentation was generated by DocBlox 0.13.3.