#include <DigestAuthentication.hh>
Definition at line 32 of file DigestAuthentication.hh.
| Authenticator::Authenticator |
( |
| ) |
|
| Authenticator::Authenticator |
( |
char const * |
username, |
|
|
char const * |
password, |
|
|
Boolean |
passwordIsMD5 = False |
|
) |
| |
| virtual Authenticator::~Authenticator |
( |
| ) |
|
|
virtual |
| void Authenticator::assign |
( |
char const * |
realm, |
|
|
char const * |
nonce, |
|
|
char const * |
username, |
|
|
char const * |
password, |
|
|
Boolean |
passwordIsMD5 |
|
) |
| |
|
private |
| void Authenticator::assignRealmAndNonce |
( |
char const * |
realm, |
|
|
char const * |
nonce |
|
) |
| |
|
private |
| void Authenticator::assignUsernameAndPassword |
( |
char const * |
username, |
|
|
char const * |
password, |
|
|
Boolean |
passwordIsMD5 |
|
) |
| |
|
private |
| char const* Authenticator::computeDigestResponse |
( |
char const * |
cmd, |
|
|
char const * |
url |
|
) |
| const |
| char const* Authenticator::nonce |
( |
| ) |
const |
|
inline |
| char const* Authenticator::password |
( |
| ) |
const |
|
inline |
| char const* Authenticator::realm |
( |
| ) |
const |
|
inline |
| void Authenticator::reclaimDigestResponse |
( |
char const * |
responseStr | ) |
const |
| void Authenticator::reset |
( |
| ) |
|
| void Authenticator::resetRealmAndNonce |
( |
| ) |
|
|
private |
| void Authenticator::resetUsernameAndPassword |
( |
| ) |
|
|
private |
| void Authenticator::setRealmAndNonce |
( |
char const * |
realm, |
|
|
char const * |
nonce |
|
) |
| |
| void Authenticator::setRealmAndRandomNonce |
( |
char const * |
realm | ) |
|
| void Authenticator::setUsernameAndPassword |
( |
char const * |
username, |
|
|
char const * |
password, |
|
|
Boolean |
passwordIsMD5 = False |
|
) |
| |
| char const* Authenticator::username |
( |
| ) |
const |
|
inline |
| char* Authenticator::fNonce |
|
private |
| char* Authenticator::fPassword |
|
private |
| Boolean Authenticator::fPasswordIsMD5 |
|
private |
| char* Authenticator::fRealm |
|
private |
| char* Authenticator::fUsername |
|
private |
The documentation for this class was generated from the following file: