Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
grpc_core::FileWatcherCertificateProviderFactory::Config Class Reference

#include <file_watcher_certificate_provider_factory.h>

Inheritance diagram for grpc_core::FileWatcherCertificateProviderFactory::Config:
Inheritance graph
[legend]

Public Member Functions

const std::string & identity_cert_file () const
 
const char * name () const override
 
const std::string & private_key_file () const
 
Duration refresh_interval () const
 
const std::string & root_cert_file () const
 
std::string ToString () const override
 
- Public Member Functions inherited from grpc_core::CertificateProviderFactory::Config
 ~Config () override=default
 
- Public Member Functions inherited from grpc_core::RefCounted< Config >
RefCountedoperator= (const RefCounted &)=delete
 
RefCountedPtr< Config > Ref () GRPC_MUST_USE_RESULT
 
RefCountedPtr< Config > Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedPtr< Config > RefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< Config > RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
 ~RefCounted ()=default
 
- 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)
 

Private Attributes

std::string identity_cert_file_
 
std::string private_key_file_
 
Duration refresh_interval_
 
std::string root_cert_file_
 

Additional Inherited Members

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

Detailed Description

Definition at line 39 of file file_watcher_certificate_provider_factory.h.

Member Function Documentation

◆ identity_cert_file()

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

Definition at line 48 of file file_watcher_certificate_provider_factory.h.

◆ 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

Definition at line 75 of file file_watcher_certificate_provider_factory.cc.

◆ private_key_file()

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

Definition at line 52 of file file_watcher_certificate_provider_factory.h.

◆ refresh_interval()

Duration grpc_core::FileWatcherCertificateProviderFactory::Config::refresh_interval ( ) const
inline

Definition at line 56 of file file_watcher_certificate_provider_factory.h.

◆ root_cert_file()

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

Definition at line 54 of file file_watcher_certificate_provider_factory.h.

◆ ToString()

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

Member Data Documentation

◆ identity_cert_file_

std::string grpc_core::FileWatcherCertificateProviderFactory::Config::identity_cert_file_
private

Definition at line 59 of file file_watcher_certificate_provider_factory.h.

◆ private_key_file_

std::string grpc_core::FileWatcherCertificateProviderFactory::Config::private_key_file_
private

Definition at line 60 of file file_watcher_certificate_provider_factory.h.

◆ refresh_interval_

Duration grpc_core::FileWatcherCertificateProviderFactory::Config::refresh_interval_
private

Definition at line 62 of file file_watcher_certificate_provider_factory.h.

◆ root_cert_file_

std::string grpc_core::FileWatcherCertificateProviderFactory::Config::root_cert_file_
private

Definition at line 61 of file file_watcher_certificate_provider_factory.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:36