GRPC C++  1.39.1
Data Structures | Public Types | Public Member Functions
grpc_core::CertificateProviderStore Class Reference

#include <certificate_provider_store.h>

Data Structures

struct  PluginDefinition
 

Public Types

typedef std::map< std::string, PluginDefinitionPluginDefinitionMap
 

Public Member Functions

 CertificateProviderStore (PluginDefinitionMap plugin_config_map)
 
RefCountedPtr< grpc_tls_certificate_providerCreateOrGetCertificateProvider (absl::string_view key)
 
void Orphan () override
 
- Public Member Functions inherited from grpc_core::InternallyRefCounted< CertificateProviderStore >
 InternallyRefCounted (const InternallyRefCounted &)=delete
 
InternallyRefCountedoperator= (const InternallyRefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::Orphanable
 Orphanable (const Orphanable &)=delete
 
Orphanableoperator= (const Orphanable &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::InternallyRefCounted< CertificateProviderStore >
 InternallyRefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 
 ~InternallyRefCounted () override=default
 
RefCountedPtr< CertificateProviderStoreRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< CertificateProviderStoreRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
- Protected Member Functions inherited from grpc_core::Orphanable
 Orphanable ()
 
virtual ~Orphanable ()
 

Member Typedef Documentation

◆ PluginDefinitionMap

Constructor & Destructor Documentation

◆ CertificateProviderStore()

grpc_core::CertificateProviderStore::CertificateProviderStore ( PluginDefinitionMap  plugin_config_map)
inlineexplicit

Member Function Documentation

◆ CreateOrGetCertificateProvider()

RefCountedPtr< grpc_tls_certificate_provider > grpc_core::CertificateProviderStore::CreateOrGetCertificateProvider ( absl::string_view  key)

◆ Orphan()

void grpc_core::CertificateProviderStore::Orphan ( )
inlineoverridevirtual

Implements grpc_core::Orphanable.


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