|
Apache Mesos
|
#include <authenticatee.hpp>
Public Member Functions | |
| CRAMMD5Authenticatee () | |
| virtual | ~CRAMMD5Authenticatee () |
| process::Future< bool > | authenticate (const process::UPID &pid, const process::UPID &client, const Credential &credential) |
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 () |
| mesos::internal::cram_md5::CRAMMD5Authenticatee::CRAMMD5Authenticatee | ( | ) |
|
virtual |
| process::Future<bool> mesos::internal::cram_md5::CRAMMD5Authenticatee::authenticate | ( | const process::UPID & | pid, |
| const process::UPID & | client, | ||
| const Credential & | credential | ||
| ) |
|
static |
1.8.5