#include <HTTP_BasicAuthentication.h>
|
static const char * | SCHEME = "Basic" |
|
ACE::HTTP::BasicAuthentication::BasicAuthentication |
( |
| ) |
|
Constructor. Sets user id and password.
ACE::HTTP::BasicAuthentication::BasicAuthentication |
( |
const Request & |
request | ) |
|
Constructor. Decodes cedentials from request (if any).
ACE::HTTP::BasicAuthentication::~BasicAuthentication |
( |
| ) |
|
|
virtual |
void ACE::HTTP::BasicAuthentication::password |
( |
const ACE_CString & |
passwd | ) |
|
|
inline |
const ACE_CString & ACE::HTTP::BasicAuthentication::password |
( |
| ) |
const |
|
inline |
void ACE::HTTP::BasicAuthentication::set_credentials |
( |
Request & |
request | ) |
const |
Add authentication header with encoded credentials to request.
void ACE::HTTP::BasicAuthentication::user |
( |
const ACE_CString & |
user | ) |
|
|
inline |
const ACE_CString & ACE::HTTP::BasicAuthentication::user |
( |
| ) |
const |
|
inline |
const char * ACE::HTTP::BasicAuthentication::SCHEME = "Basic" |
|
static |
The documentation for this class was generated from the following files: