GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/security/transport/auth_filters.h"
#include <string.h>
#include <string>
#include "absl/strings/str_cat.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/profiling/timers.h"
#include "src/core/lib/security/context/security_context.h"
#include "src/core/lib/security/credentials/credentials.h"
#include "src/core/lib/security/security_connector/security_connector.h"
#include "src/core/lib/security/security_connector/ssl_utils.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/slice/slice_string_helpers.h"
#include "src/core/lib/surface/call.h"
#include "src/core/lib/transport/static_metadata.h"
Macros | |
#define | MAX_CREDENTIALS_METADATA_COUNT 4 |
Functions | |
void | grpc_auth_metadata_context_copy (grpc_auth_metadata_context *from, grpc_auth_metadata_context *to) |
Performs a deep copy from from to to. More... | |
void | grpc_auth_metadata_context_reset (grpc_auth_metadata_context *auth_md_context) |
Releases internal resources held by context. More... | |
void | grpc_auth_metadata_context_build (const char *url_scheme, const grpc_slice &call_host, const grpc_slice &call_method, grpc_auth_context *auth_context, grpc_auth_metadata_context *auth_md_context) |
Variables | |
const grpc_channel_filter | grpc_client_auth_filter |
#define MAX_CREDENTIALS_METADATA_COUNT 4 |
void grpc_auth_metadata_context_build | ( | const char * | url_scheme, |
const grpc_slice & | call_host, | ||
const grpc_slice & | call_method, | ||
grpc_auth_context * | auth_context, | ||
grpc_auth_metadata_context * | auth_md_context | ||
) |
void grpc_auth_metadata_context_copy | ( | grpc_auth_metadata_context * | from, |
grpc_auth_metadata_context * | to | ||
) |
Performs a deep copy from from to to.
void grpc_auth_metadata_context_reset | ( | grpc_auth_metadata_context * | auth_md_context | ) |
Releases internal resources held by context.
const grpc_channel_filter grpc_client_auth_filter |