|
Apache Mesos
|
#include <authenticator_manager.hpp>
Public Member Functions | |
| AuthenticatorManager () | |
| ~AuthenticatorManager () | |
| Future< Nothing > | setAuthenticator (const std::string &realm, Owned< Authenticator > authenticator) |
| Future< Nothing > | unsetAuthenticator (const std::string &realm) |
| Future< Option< AuthenticationResult > > | authenticate (const Request &request, const std::string &realm) |
| process::http::authentication::AuthenticatorManager::AuthenticatorManager | ( | ) |
| process::http::authentication::AuthenticatorManager::~AuthenticatorManager | ( | ) |
| Future<Option<AuthenticationResult> > process::http::authentication::AuthenticatorManager::authenticate | ( | const Request & | request, |
| const std::string & | realm | ||
| ) |
| Future<Nothing> process::http::authentication::AuthenticatorManager::setAuthenticator | ( | const std::string & | realm, |
| Owned< Authenticator > | authenticator | ||
| ) |
| Future<Nothing> process::http::authentication::AuthenticatorManager::unsetAuthenticator | ( | const std::string & | realm | ) |
1.8.11