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