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:29
Try< Nothing > initialize(const Option< Credentials > &credentials) override
process::Future< Option< std::string > > authenticate(const process::UPID &pid) override
An "untyped" PID, used to encapsulate the process ID for lower-layer abstractions (eg...
Definition: pid.hpp:39
Definition: authenticator.hpp:34
Definition: attributes.hpp:24
Definition: executor.hpp:48
~CRAMMD5Authenticator() override
static Try< Authenticator * > create()
Definition: future.hpp:58