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

#include <secure_credentials.h>

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

Public Member Functions

bool ApplyToCall (grpc_call *call) override
 Apply this instance's credentials to call. More...
 
SecureCallCredentialsAsSecureCredentials () override
 
std::string DebugString () override
 
grpc_call_credentialsGetRawCreds ()
 
 SecureCallCredentials (grpc_call_credentials *c_creds)
 
 ~SecureCallCredentials () override
 
- Public Member Functions inherited from grpc::CallCredentials
def __init__ (self, credentials)
 
 CallCredentials ()
 
 ~CallCredentials () override
 

Private Attributes

grpc_call_credentials *const c_creds_
 

Additional Inherited Members

Detailed Description

Definition at line 72 of file secure_credentials.h.

Constructor & Destructor Documentation

◆ SecureCallCredentials()

grpc::SecureCallCredentials::SecureCallCredentials ( grpc_call_credentials c_creds)
explicit

Definition at line 85 of file secure_credentials.cc.

◆ ~SecureCallCredentials()

grpc::SecureCallCredentials::~SecureCallCredentials ( )
inlineoverride

Definition at line 75 of file secure_credentials.h.

Member Function Documentation

◆ ApplyToCall()

bool grpc::SecureCallCredentials::ApplyToCall ( grpc_call call)
overridevirtual

Apply this instance's credentials to call.

Implements grpc::CallCredentials.

Definition at line 90 of file secure_credentials.cc.

◆ AsSecureCredentials()

SecureCallCredentials* grpc::SecureCallCredentials::AsSecureCredentials ( )
inlineoverridevirtual

Implements grpc::CallCredentials.

Definition at line 82 of file secure_credentials.h.

◆ DebugString()

std::string grpc::SecureCallCredentials::DebugString ( )
inlineoverridevirtual

Reimplemented from grpc::CallCredentials.

Definition at line 83 of file secure_credentials.h.

◆ GetRawCreds()

grpc_call_credentials* grpc::SecureCallCredentials::GetRawCreds ( )
inline

Definition at line 79 of file secure_credentials.h.

Member Data Documentation

◆ c_creds_

grpc_call_credentials* const grpc::SecureCallCredentials::c_creds_
private

Definition at line 89 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