Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc_core::XdsCredentials Class Referencefinal

#include <xds_credentials.h>

Inheritance diagram for grpc_core::XdsCredentials:
Inheritance graph
[legend]

Public Member Functions

RefCountedPtr< grpc_channel_security_connectorcreate_security_connector (RefCountedPtr< grpc_call_credentials > call_creds, const char *target_name, const grpc_channel_args *args, grpc_channel_args **new_args) override
 
UniqueTypeName type () const override
 
 XdsCredentials (RefCountedPtr< grpc_channel_credentials > fallback_credentials)
 
- Public Member Functions inherited from grpc_channel_credentials
int cmp (const grpc_channel_credentials *other) const
 
virtual grpc_core::RefCountedPtr< grpc_channel_credentialsduplicate_without_call_credentials ()
 
virtual grpc_core::ChannelArgs update_arguments (grpc_core::ChannelArgs args)
 
- Public Member Functions inherited from grpc_core::RefCounted< grpc_channel_credentials >
RefCountedoperator= (const RefCounted &)=delete
 
RefCountedPtr< grpc_channel_credentialsRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_channel_credentialsRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedPtr< grpc_channel_credentialsRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_channel_credentialsRefIfNonZero (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 UniqueTypeName Type ()
 
- Static Public Member Functions inherited from grpc_channel_credentials
static absl::string_view ChannelArgName ()
 
static int ChannelArgsCompare (const grpc_channel_credentials *args1, const grpc_channel_credentials *args2)
 

Private Member Functions

int cmp_impl (const grpc_channel_credentials *other) const override
 

Private Attributes

RefCountedPtr< grpc_channel_credentialsfallback_credentials_
 

Additional Inherited Members

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

Detailed Description

Definition at line 67 of file xds_credentials.h.

Constructor & Destructor Documentation

◆ XdsCredentials()

grpc_core::XdsCredentials::XdsCredentials ( RefCountedPtr< grpc_channel_credentials fallback_credentials)
inlineexplicit

Definition at line 69 of file xds_credentials.h.

Member Function Documentation

◆ cmp_impl()

int grpc_core::XdsCredentials::cmp_impl ( const grpc_channel_credentials other) const
inlineoverrideprivatevirtual

Implements grpc_channel_credentials.

Definition at line 82 of file xds_credentials.h.

◆ create_security_connector()

RefCountedPtr< grpc_channel_security_connector > grpc_core::XdsCredentials::create_security_connector ( RefCountedPtr< grpc_call_credentials call_creds,
const char *  target_name,
const grpc_channel_args args,
grpc_channel_args **  new_args 
)
overridevirtual

◆ Type()

UniqueTypeName grpc_core::XdsCredentials::Type ( )
static

◆ type()

UniqueTypeName grpc_core::XdsCredentials::type ( ) const
inlineoverridevirtual

Implements grpc_channel_credentials.

Definition at line 79 of file xds_credentials.h.

Member Data Documentation

◆ fallback_credentials_

RefCountedPtr<grpc_channel_credentials> grpc_core::XdsCredentials::fallback_credentials_
private

Definition at line 87 of file xds_credentials.h.


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


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