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