GRPC C++  1.30.0
Public Member Functions | Friends
grpc_impl::ServerCredentials Class Referenceabstract

Wrapper around grpc_server_credentials, a way to authenticate a server. More...

#include <server_credentials_impl.h>

Public Member Functions

virtual ~ServerCredentials ()
 
virtual void SetAuthMetadataProcessor (const std::shared_ptr< grpc::AuthMetadataProcessor > &processor)=0
 This method is not thread-safe and has to be called before the server is started. More...
 

Friends

class ::grpc_impl::Server
 

Detailed Description

Wrapper around grpc_server_credentials, a way to authenticate a server.

Constructor & Destructor Documentation

◆ ~ServerCredentials()

virtual grpc_impl::ServerCredentials::~ServerCredentials ( )
virtual

Member Function Documentation

◆ SetAuthMetadataProcessor()

virtual void grpc_impl::ServerCredentials::SetAuthMetadataProcessor ( const std::shared_ptr< grpc::AuthMetadataProcessor > &  processor)
pure virtual

This method is not thread-safe and has to be called before the server is started.

The last call to this function wins.

Friends And Related Function Documentation

◆ ::grpc_impl::Server

friend class ::grpc_impl::Server
friend

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