17 #ifndef __AUTHENTICATION_CRAM_MD5_AUTHENTICATOR_HPP__
18 #define __AUTHENTICATION_CRAM_MD5_AUTHENTICATOR_HPP__
35 class CRAMMD5AuthenticatorProcess;
53 CRAMMD5AuthenticatorProcess* process;
60 #endif // __AUTHENTICATION_CRAM_MD5_AUTHENTICATOR_HPP__
Definition: authenticator.hpp:37
Definition: option.hpp:28
virtual process::Future< Option< std::string > > authenticate(const process::UPID &pid)
An "untyped" PID, used to encapsulate the process ID for lower-layer abstractions (eg...
Definition: pid.hpp:39
Definition: authenticator.hpp:34
virtual ~CRAMMD5Authenticator()
static Try< Authenticator * > create()
virtual Try< Nothing > initialize(const Option< Credentials > &credentials)
Definition: future.hpp:57