GRPC C++  1.4.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Friends
grpc::ServerCredentials Class Referenceabstract

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

#include <server_credentials.h>

Public Member Functions

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

Friends

class ::grpc::Server
 

Detailed Description

Wrapper around grpc_server_credentials, a way to authenticate a server.

Constructor & Destructor Documentation

virtual grpc::ServerCredentials::~ServerCredentials ( )
virtual

Member Function Documentation

virtual void grpc::ServerCredentials::SetAuthMetadataProcessor ( const std::shared_ptr< 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

friend class ::grpc::Server
friend

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