GRPC C++  0.11.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
grpc::SecureCredentials Class Reference

#include <secure_credentials.h>

Public Member Functions

 SecureCredentials (grpc_credentials *c_creds)
 
 ~SecureCredentials () GRPC_OVERRIDE
 
grpc_credentials * GetRawCreds ()
 
bool ApplyToCall (grpc_call *call) GRPC_OVERRIDE
 Apply this instance's credentials to call. More...
 
std::shared_ptr< grpc::ChannelCreateChannel (const string &target, const grpc::ChannelArguments &args) GRPC_OVERRIDE
 
SecureCredentialsAsSecureCredentials () GRPC_OVERRIDE
 
- Public Member Functions inherited from grpc::Credentials
 ~Credentials () GRPC_OVERRIDE
 
- Public Member Functions inherited from grpc::GrpcLibrary
 GrpcLibrary ()
 
virtual ~GrpcLibrary ()
 

Additional Inherited Members

Constructor & Destructor Documentation

grpc::SecureCredentials::SecureCredentials ( grpc_credentials *  c_creds)
inlineexplicit
grpc::SecureCredentials::~SecureCredentials ( )
inline

Member Function Documentation

bool grpc::SecureCredentials::ApplyToCall ( grpc_call *  call)
virtual

Apply this instance's credentials to call.

Implements grpc::Credentials.

SecureCredentials* grpc::SecureCredentials::AsSecureCredentials ( )
inlinevirtual

Implements grpc::Credentials.

std::shared_ptr< grpc::Channel > grpc::SecureCredentials::CreateChannel ( const string target,
const grpc::ChannelArguments args 
)
virtual

Implements grpc::Credentials.

grpc_credentials* grpc::SecureCredentials::GetRawCreds ( )
inline

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