GRPC Core  18.0.0
Public Member Functions | Static Public Member Functions
grpc_core::FileWatcherCertificateProviderFactory::Config Class Reference

#include <file_watcher_certificate_provider_factory.h>

Public Member Functions

const char * name () const override
 
std::string ToString () const override
 
const std::string & identity_cert_file () const
 
const std::string & private_key_file () const
 
const std::string & root_cert_file () const
 
grpc_millis refresh_interval_ms () const
 
- Public Member Functions inherited from grpc_core::CertificateProviderFactory::Config
 ~Config () override=default
 
- Public Member Functions inherited from grpc_core::RefCounted< Config >
 ~RefCounted ()=default
 
RefCountedPtr< Config > Ref () GRPC_MUST_USE_RESULT
 
RefCountedPtr< Config > Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
RefCountedPtr< Config > RefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< Config > RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedoperator= (const RefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Static Public Member Functions

static RefCountedPtr< ConfigParse (const Json &config_json, grpc_error_handle *error)
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::RefCounted< Config >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Member Function Documentation

◆ identity_cert_file()

const std::string& grpc_core::FileWatcherCertificateProviderFactory::Config::identity_cert_file ( ) const
inline

◆ name()

const char * grpc_core::FileWatcherCertificateProviderFactory::Config::name ( ) const
overridevirtual

◆ Parse()

RefCountedPtr< FileWatcherCertificateProviderFactory::Config > grpc_core::FileWatcherCertificateProviderFactory::Config::Parse ( const Json config_json,
grpc_error_handle error 
)
static

◆ private_key_file()

const std::string& grpc_core::FileWatcherCertificateProviderFactory::Config::private_key_file ( ) const
inline

◆ refresh_interval_ms()

grpc_millis grpc_core::FileWatcherCertificateProviderFactory::Config::refresh_interval_ms ( ) const
inline

◆ root_cert_file()

const std::string& grpc_core::FileWatcherCertificateProviderFactory::Config::root_cert_file ( ) const
inline

◆ ToString()

std::string grpc_core::FileWatcherCertificateProviderFactory::Config::ToString ( ) const
overridevirtual

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