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