Class DigestManager
Manage a Digest file
- Chippyash\Authentication\Manager\DigestManager implements Chippyash\Authentication\Manager\ManagerInterface
Namespace: Chippyash\Authentication\Manager
Link: http://framework.zend.com/manual/current/en/modules/zend.authentication.adapter.digest.html
Link: http://en.wikipedia.org/wiki/Digest_access_authentication
Link: http://httpd.apache.org/docs/2.2/programs/htdigest.html
Located at Authentication/Manager/DigestManager.php
Link: http://framework.zend.com/manual/current/en/modules/zend.authentication.adapter.digest.html
Link: http://en.wikipedia.org/wiki/Digest_access_authentication
Link: http://httpd.apache.org/docs/2.2/programs/htdigest.html
Located at Authentication/Manager/DigestManager.php
public
|
#
__construct(
Constructor |
public
Bool
|
|
public
String
|
|
public
Bool
|
|
public
Bool
|
|
public
Bool
|
|
public
|
string |
ERR_UID_EXISTS_TPL
|
# 'Uid: %s already exists' |
string |
ERR_UID_NOTEXISTS_TPL
|
# 'Uid: %s does not exist' |
string |
ERR_CANNOT_DEL_DIGEST_TPL
|
# 'Cannot delete digest identified by: %s' |
protected
|
$collection
Digest collection |
|
protected
boolean
|
$doDeleteWrite
Shall we write file after a delete? Set to false on an update() |
# true |