Authenticatee implementing the client side of basic HTTP authentication.
More...
#include <basic_authenticatee.hpp>
Authenticatee implementing the client side of basic HTTP authentication.
mesos::http::authentication::BasicAuthenticatee::BasicAuthenticatee |
( |
| ) |
|
mesos::http::authentication::BasicAuthenticatee::~BasicAuthenticatee |
( |
| ) |
|
|
override |
mesos::http::authentication::BasicAuthenticatee::BasicAuthenticatee |
( |
const BasicAuthenticatee & |
| ) |
|
|
delete |
Create an HTTP request for authentication.
Used for mutating a provided Request
with any means of authentication-related headers or other additions and changes.
- Parameters
-
request | The HTTP payload intended to be sent to an authenticated endpoint. |
credential | The principal and secret optionally used to create the authentication request. |
- Returns
- The mutated HTTP request object containing all information needed for authenticating.
Implements mesos::http::authentication::Authenticatee.
std::string mesos::http::authentication::BasicAuthenticatee::scheme |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: