| package |
data |
|---|
__construct(array $options = array())
arrayOptions used to help
_parseDigest(string $digest) : mixed
| access |
protected |
|---|
stringThe digest data retrieved from the server application
mixed$value Returns the digest in array if all the parts are available, otherwirse false
authenticate(array $credentials = array()) : boolean
| access |
public |
|---|
arrayAn array that should contain the username and password to check against
boolean$authenticated Returns true if the variables match, otherwise false
getCredentials() : array
| access |
public |
|---|---|
array$credtentials
getRealm() : string
| access |
public |
|---|---|
string$realm
processAuth() : void
| access |
public |
|---|---|
setCredentials( $credentials = array()) : void
| access |
public |
|---|
setRealm(string $realm) : void
| access |
public |
|---|
stringThe realm to be used
_username :
_password :
_realm :
_digest :
_server_auth_digest :
_server_auth_user :
_server_auth_password :