Apache Mesos
Public Member Functions | Static Public Member Functions | List of all members
mesos::internal::cram_md5::CRAMMD5Authenticatee Class Reference

#include <authenticatee.hpp>

Inheritance diagram for mesos::internal::cram_md5::CRAMMD5Authenticatee:
mesos::Authenticatee

Public Member Functions

 CRAMMD5Authenticatee ()
 
 ~CRAMMD5Authenticatee () override
 
process::Future< bool > authenticate (const process::UPID &pid, const process::UPID &client, const Credential &credential) override
 
- Public Member Functions inherited from mesos::Authenticatee
 Authenticatee ()
 
virtual ~Authenticatee ()
 
virtual process::Future< bool > authenticate (const process::UPID &pid, const process::UPID &client, const mesos::Credential &credential)=0
 

Static Public Member Functions

static Try< Authenticatee * > create ()
 

Constructor & Destructor Documentation

mesos::internal::cram_md5::CRAMMD5Authenticatee::CRAMMD5Authenticatee ( )
mesos::internal::cram_md5::CRAMMD5Authenticatee::~CRAMMD5Authenticatee ( )
override

Member Function Documentation

process::Future<bool> mesos::internal::cram_md5::CRAMMD5Authenticatee::authenticate ( const process::UPID pid,
const process::UPID client,
const Credential &  credential 
)
override
static Try<Authenticatee*> mesos::internal::cram_md5::CRAMMD5Authenticatee::create ( )
static

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