Apache Mesos
Public Member Functions | List of all members
mesos::Authenticatee Class Referenceabstract

#include <authenticatee.hpp>

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

Public Member Functions

 Authenticatee ()
 
virtual ~Authenticatee ()
 
virtual process::Future< bool > authenticate (const process::UPID &pid, const process::UPID &client, const mesos::Credential &credential)=0
 

Constructor & Destructor Documentation

mesos::Authenticatee::Authenticatee ( )
inline
virtual mesos::Authenticatee::~Authenticatee ( )
inlinevirtual

Member Function Documentation

virtual process::Future<bool> mesos::Authenticatee::authenticate ( const process::UPID pid,
const process::UPID client,
const mesos::Credential &  credential 
)
pure virtual

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