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