28 : username_{ std::move(username) }
29 , password_{ std::move(password) }
36 result.ldap_compatible_ =
true;
41 std::string username_;
42 std::string password_;
43 bool ldap_compatible_{
false };
Definition cluster_options.hxx:44
Definition password_authenticator.hxx:25
static auto ldap_compatible(std::string username, std::string password) -> password_authenticator
Definition password_authenticator.hxx:33
password_authenticator(std::string username, std::string password)
Definition password_authenticator.hxx:27
Base class for operations of data service.
Definition result.hxx:32
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28