Apache Mesos
Public Member Functions | List of all members
process::http::authentication::AuthenticatorManager Class Reference

#include <authenticator_manager.hpp>

Public Member Functions

 AuthenticatorManager ()
 
 ~AuthenticatorManager ()
 
Future< NothingsetAuthenticator (const std::string &realm, Owned< Authenticator > authenticator)
 
Future< NothingunsetAuthenticator (const std::string &realm)
 
Future< Option< AuthenticationResult > > authenticate (const Request &request, const std::string &realm)
 

Constructor & Destructor Documentation

process::http::authentication::AuthenticatorManager::AuthenticatorManager ( )
process::http::authentication::AuthenticatorManager::~AuthenticatorManager ( )

Member Function Documentation

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)

The documentation for this class was generated from the following file: