Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc::MetadataCredentialsPluginWrapper Class Referencefinal

#include <secure_credentials.h>

Inheritance diagram for grpc::MetadataCredentialsPluginWrapper:
Inheritance graph
[legend]

Public Member Functions

 MetadataCredentialsPluginWrapper (std::unique_ptr< MetadataCredentialsPlugin > plugin)
 

Static Public Member Functions

static char * DebugString (void *wrapper)
 
static void Destroy (void *wrapper)
 
static int GetMetadata (void *wrapper, grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, void *user_data, grpc_metadata creds_md[GRPC_METADATA_CREDENTIALS_PLUGIN_SYNC_MAX], size_t *num_creds_md, grpc_status_code *status, const char **error_details)
 

Private Member Functions

void InvokePlugin (grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, void *user_data, grpc_metadata creds_md[GRPC_METADATA_CREDENTIALS_PLUGIN_SYNC_MAX], size_t *num_creds_md, grpc_status_code *status_code, const char **error_details)
 
- Private Member Functions inherited from grpc::GrpcLibraryCodegen
 GrpcLibraryCodegen (bool call_grpc_init=true)
 
virtual ~GrpcLibraryCodegen ()
 

Private Attributes

std::unique_ptr< MetadataCredentialsPluginplugin_
 
std::unique_ptr< ThreadPoolInterfacethread_pool_
 

Detailed Description

Definition at line 109 of file secure_credentials.h.

Constructor & Destructor Documentation

◆ MetadataCredentialsPluginWrapper()

grpc::MetadataCredentialsPluginWrapper::MetadataCredentialsPluginWrapper ( std::unique_ptr< MetadataCredentialsPlugin plugin)
explicit

Definition at line 534 of file secure_credentials.cc.

Member Function Documentation

◆ DebugString()

char * grpc::MetadataCredentialsPluginWrapper::DebugString ( void *  wrapper)
static

Definition at line 426 of file secure_credentials.cc.

◆ Destroy()

void grpc::MetadataCredentialsPluginWrapper::Destroy ( void *  wrapper)
static

Definition at line 433 of file secure_credentials.cc.

◆ GetMetadata()

int grpc::MetadataCredentialsPluginWrapper::GetMetadata ( void *  wrapper,
grpc_auth_metadata_context  context,
grpc_credentials_plugin_metadata_cb  cb,
void *  user_data,
grpc_metadata  creds_md[GRPC_METADATA_CREDENTIALS_PLUGIN_SYNC_MAX],
size_t *  num_creds_md,
grpc_status_code status,
const char **  error_details 
)
static

Definition at line 441 of file secure_credentials.cc.

◆ InvokePlugin()

void grpc::MetadataCredentialsPluginWrapper::InvokePlugin ( grpc_auth_metadata_context  context,
grpc_credentials_plugin_metadata_cb  cb,
void *  user_data,
grpc_metadata  creds_md[GRPC_METADATA_CREDENTIALS_PLUGIN_SYNC_MAX],
size_t *  num_creds_md,
grpc_status_code status_code,
const char **  error_details 
)
private

Definition at line 487 of file secure_credentials.cc.

Member Data Documentation

◆ plugin_

std::unique_ptr<MetadataCredentialsPlugin> grpc::MetadataCredentialsPluginWrapper::plugin_
private

Definition at line 131 of file secure_credentials.h.

◆ thread_pool_

std::unique_ptr<ThreadPoolInterface> grpc::MetadataCredentialsPluginWrapper::thread_pool_
private

Definition at line 130 of file secure_credentials.h.


The documentation for this class was generated from the following files:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:31