GRPC C++
1.66.0
|
Wrapper around grpc_server_credentials, a way to authenticate a server. More...
#include <server_credentials.h>
Public Member Functions | |
~ServerCredentials () override | |
virtual void | SetAuthMetadataProcessor (const std::shared_ptr< grpc::AuthMetadataProcessor > &processor) |
This method is not thread-safe and has to be called before the server is started. More... | |
Protected Member Functions | |
ServerCredentials (grpc_server_credentials *creds) | |
grpc_server_credentials * | c_creds () const |
Friends | |
class | Server |
class | ServerBuilder |
std::shared_ptr< ServerCredentials > | grpc::XdsServerCredentials (const std::shared_ptr< ServerCredentials > &fallback_credentials) |
Wrapper around grpc_server_credentials, a way to authenticate a server.
|
override |
|
explicitprotected |
|
inlineprotected |
|
virtual |
This method is not thread-safe and has to be called before the server is started.
The last call to this function wins.
|
friend |
|
friend |
|
friend |