Home
last modified time | relevance | path

Searched refs:TestServerAuthHandler (Results 1 – 9 of 9) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dtest_util.h164 class ARROW_FLIGHT_EXPORT TestServerAuthHandler : public ServerAuthHandler {
166 explicit TestServerAuthHandler(const std::string& username,
168 ~TestServerAuthHandler() override;
H A Dtest_util.cc544 TestServerAuthHandler::TestServerAuthHandler(const std::string& username, in TestServerAuthHandler() function in arrow::flight::TestServerAuthHandler
548 TestServerAuthHandler::~TestServerAuthHandler() {} in ~TestServerAuthHandler()
550 Status TestServerAuthHandler::Authenticate(ServerAuthSender* outgoing, in Authenticate()
561 Status TestServerAuthHandler::IsValid(const std::string& token, in IsValid()
H A Dflight_test.cc486 new TestServerAuthHandler("user", "p4ssw0rd")); in SetUp()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dtest_util.h180 class ARROW_FLIGHT_EXPORT TestServerAuthHandler : public ServerAuthHandler {
182 explicit TestServerAuthHandler(const std::string& username,
184 ~TestServerAuthHandler() override;
H A Dtest_util.cc621 TestServerAuthHandler::TestServerAuthHandler(const std::string& username, in TestServerAuthHandler() function in arrow::flight::TestServerAuthHandler
625 TestServerAuthHandler::~TestServerAuthHandler() {} in ~TestServerAuthHandler()
627 Status TestServerAuthHandler::Authenticate(ServerAuthSender* outgoing, in Authenticate()
638 Status TestServerAuthHandler::IsValid(const std::string& token, in IsValid()
H A Dflight_test.cc640 new TestServerAuthHandler("user", "p4ssw0rd")); in SetUp()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/flight/
H A Dtest_util.h184 class ARROW_FLIGHT_EXPORT TestServerAuthHandler : public ServerAuthHandler {
186 explicit TestServerAuthHandler(const std::string& username,
188 ~TestServerAuthHandler() override;
H A Dtest_util.cc664 TestServerAuthHandler::TestServerAuthHandler(const std::string& username, in TestServerAuthHandler() function in arrow::flight::TestServerAuthHandler
668 TestServerAuthHandler::~TestServerAuthHandler() {} in ~TestServerAuthHandler()
670 Status TestServerAuthHandler::Authenticate(ServerAuthSender* outgoing, in Authenticate()
681 Status TestServerAuthHandler::IsValid(const std::string& token, in IsValid()
H A Dflight_test.cc651 new TestServerAuthHandler("user", "p4ssw0rd")); in SetUp()