Zend Framework
1.12
|
Public Member Functions | |
__construct ($filename=null, $realm=null, $username=null, $password=null) | |
Sets adapter options. | |
getFilename () | |
Returns the filename option value or null if it has not yet been set. | |
setFilename ($filename) | |
Sets the filename option value. | |
getRealm () | |
Returns the realm option value or null if it has not yet been set. | |
setRealm ($realm) | |
Sets the realm option value. | |
getUsername () | |
Returns the username option value or null if it has not yet been set. | |
setUsername ($username) | |
Sets the username option value. | |
getPassword () | |
Returns the password option value or null if it has not yet been set. | |
setPassword ($password) | |
Sets the password option value. | |
authenticate () | |
Defined by Zend_Auth_Adapter_Interface. | |
Protected Member Functions | |
_secureStringCompare ($a, $b) | |
Securely compare two strings for equality while avoided C level memcmp() optimisations capable of leaking timing information useful to an attacker attempting to iteratively guess the unknown string (e.g. | |
Protected Attributes | |
$_filename | |
$_realm | |
$_username | |
$_password | |
__construct | ( | $filename = null , |
|
$realm = null , |
|||
$username = null , |
|||
$password = null |
|||
) |
Sets adapter options.
mixed | $filename | |
mixed | $realm | |
mixed | $username | |
mixed | $password |
|
protected |
Securely compare two strings for equality while avoided C level memcmp() optimisations capable of leaking timing information useful to an attacker attempting to iteratively guess the unknown string (e.g.
password) being compared against.
string | $a | |
string | $b |
authenticate | ( | ) |
Defined by Zend_Auth_Adapter_Interface.
Zend_Auth_Adapter_Exception |
Implements Zend_Auth_Adapter_Interface.
getFilename | ( | ) |
Returns the filename option value or null if it has not yet been set.
getPassword | ( | ) |
Returns the password option value or null if it has not yet been set.
getRealm | ( | ) |
Returns the realm option value or null if it has not yet been set.
getUsername | ( | ) |
Returns the username option value or null if it has not yet been set.
setFilename | ( | $filename | ) |
Sets the filename option value.
mixed | $filename |
setPassword | ( | $password | ) |
Sets the password option value.
mixed | $password |
setRealm | ( | $realm | ) |
Sets the realm option value.
mixed | $realm |
setUsername | ( | $username | ) |
Sets the username option value.
mixed | $username |
|
protected |
|
protected |
|
protected |
|
protected |