#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.h>
#include <grpcpp/create_channel.h>
#include <grpcpp/security/authorization_policy_provider.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include "src/core/lib/iomgr/load_file.h"
#include "src/core/lib/security/authorization/grpc_authorization_policy_provider.h"
#include "src/core/lib/security/credentials/fake/fake_credentials.h"
#include "src/cpp/client/secure_credentials.h"
#include "src/cpp/server/secure_server_credentials.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
#include "test/core/util/tls_utils.h"
#include "test/cpp/end2end/test_service_impl.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
int | main (int argc, char **argv) |
Definition at line 883 of file grpc_authz_end2end_test.cc.
|
protected |
Definition at line 146 of file grpc_authz_end2end_test.cc.
|
protected |
Definition at line 144 of file grpc_authz_end2end_test.cc.
|
protected |
Definition at line 142 of file grpc_authz_end2end_test.cc.
|
protected |
Definition at line 145 of file grpc_authz_end2end_test.cc.
|
protected |
Definition at line 143 of file grpc_authz_end2end_test.cc.