Class digest
HTTP Digest automated authentication helper.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Authentication\Auto
-
Core\Authentication\Auto\Driver\digest
Package: Core\Authentication\Automation
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Authentication/Auto/Driver/digest.inc.php
Methods summary
public
string
|
#
calculateHash( array $set, string $password )
Calculates the HTTP Digest password hash based on associated data fields. |
public
array|false
|
#
perform( string $realm = null, string $message = null )
Performs an automated authentication step. |
Methods inherited from Core\Authentication\Auto
Methods inherited from Core\Object
__autocreateFactory(),
__call(),
__processParameters(),
__toString(),
attachMethod(),
chain(),
getValueForKey(),
getValueForKeyPath(),
getValueForUndefinedKey(),
hash(),
issetValueForKey(),
setValueForKey(),
setValueForKeyPath(),
setValueForUndefinedKey(),
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType,
AutochainParameterType,
AutocreateParameterType,
BooleanParameterType,
CharParameterType,
EnumParameterType,
IntegerParameterType,
RealParameterType,
StringParameterType,
UserParameterType