17 #ifndef __MESOS_AUTHENTICATION_AUTHENTICATEE_HPP__ 18 #define __MESOS_AUTHENTICATION_AUTHENTICATEE_HPP__ 49 const mesos::Credential& credential) = 0;
54 #endif // __MESOS_AUTHENTICATION_AUTHENTICATEE_HPP__ virtual ~Authenticatee()
Definition: authenticatee.hpp:34
Authenticatee()
Definition: authenticatee.hpp:32
An "untyped" PID, used to encapsulate the process ID for lower-layer abstractions (eg...
Definition: pid.hpp:39
virtual process::Future< bool > authenticate(const process::UPID &pid, const process::UPID &client, const mesos::Credential &credential)=0
Definition: authenticatee.hpp:29