17 #ifndef __AUTHENTICATION_CRAM_MD5_AUTHENTICATEE_HPP__
18 #define __AUTHENTICATION_CRAM_MD5_AUTHENTICATEE_HPP__
34 class CRAMMD5AuthenticateeProcess;
50 const Credential& credential);
53 CRAMMD5AuthenticateeProcess* process;
60 #endif // __AUTHENTICATION_CRAM_MD5_AUTHENTICATEE_HPP__
process::Future< bool > authenticate(const process::UPID &pid, const process::UPID &client, const Credential &credential)
An "untyped" PID, used to encapsulate the process ID for lower-layer abstractions (eg...
Definition: pid.hpp:39
virtual ~CRAMMD5Authenticatee()
static Try< Authenticatee * > create()
Definition: authenticatee.hpp:37
Definition: authenticatee.hpp:29