17 #ifndef __MESOS_AUTHENTICATION_SECRET_GENERATOR_HPP__ 18 #define __MESOS_AUTHENTICATION_SECRET_GENERATOR_HPP__ 45 #endif // __MESOS_AUTHENTICATION_SECRET_GENERATOR_HPP__
The SecretGenerator interface represents a mechanism to create a secret from a principal.
Definition: secret_generator.hpp:34
virtual process::Future< Secret > generate(const process::http::authentication::Principal &principal)=0
Contains information associated with an authenticated principal.
Definition: authenticator.hpp:41
virtual ~SecretGenerator()
Definition: secret_generator.hpp:37
Definition: future.hpp:58