Apache Mesos
|
#include <iosfwd>
#include <string>
#include <process/future.hpp>
#include <process/http.hpp>
#include <stout/hashmap.hpp>
#include <stout/option.hpp>
Go to the source code of this file.
Classes | |
struct | process::http::authentication::Principal |
Contains information associated with an authenticated principal. More... | |
struct | process::http::authentication::AuthenticationResult |
Represents the result of authenticating a request. More... | |
class | process::http::authentication::Authenticator |
The Authenticator interface allows us to implement different authenticators based on the scheme (e.g. More... | |
class | process::http::authentication::BasicAuthenticator |
Implements the "Basic" authentication scheme using a fixed set of credentials. More... | |
Namespaces | |
process | |
process::http | |
process::http::authentication | |
Functions | |
std::ostream & | process::http::authentication::operator<< (std::ostream &stream, const Principal &principal) |