Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc_composite_channel_credentials Class Reference

#include <composite_credentials.h>

Inheritance diagram for grpc_composite_channel_credentials:
Inheritance graph
[legend]

Public Member Functions

const grpc_call_credentialscall_creds () const
 
grpc_core::RefCountedPtr< grpc_channel_security_connectorcreate_security_connector (grpc_core::RefCountedPtr< grpc_call_credentials > call_creds, const char *target, const grpc_channel_args *args, grpc_channel_args **new_args) override
 
grpc_core::RefCountedPtr< grpc_channel_credentialsduplicate_without_call_credentials () override
 
 grpc_composite_channel_credentials (grpc_core::RefCountedPtr< grpc_channel_credentials > channel_creds, grpc_core::RefCountedPtr< grpc_call_credentials > call_creds)
 
const grpc_channel_credentialsinner_creds () const
 
grpc_call_credentialsmutable_call_creds ()
 
grpc_core::UniqueTypeName type () const override
 
grpc_core::ChannelArgs update_arguments (grpc_core::ChannelArgs args) override
 
 ~grpc_composite_channel_credentials () override=default
 
- Public Member Functions inherited from grpc_channel_credentials
int cmp (const grpc_channel_credentials *other) const
 
- 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
 

Private Member Functions

int cmp_impl (const grpc_channel_credentials *other) const override
 

Private Attributes

grpc_core::RefCountedPtr< grpc_call_credentialscall_creds_
 
grpc_core::RefCountedPtr< grpc_channel_credentialsinner_creds_
 

Additional Inherited Members

- Public Types inherited from grpc_core::RefCounted< grpc_channel_credentials >
using RefCountedChildType = grpc_channel_credentials
 
- 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)
 
- 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 47 of file composite_credentials.h.

Constructor & Destructor Documentation

◆ grpc_composite_channel_credentials()

grpc_composite_channel_credentials::grpc_composite_channel_credentials ( grpc_core::RefCountedPtr< grpc_channel_credentials channel_creds,
grpc_core::RefCountedPtr< grpc_call_credentials call_creds 
)
inline

Definition at line 49 of file composite_credentials.h.

◆ ~grpc_composite_channel_credentials()

grpc_composite_channel_credentials::~grpc_composite_channel_credentials ( )
overridedefault

Member Function Documentation

◆ call_creds()

const grpc_call_credentials* grpc_composite_channel_credentials::call_creds ( ) const
inline

Definition at line 78 of file composite_credentials.h.

◆ cmp_impl()

int grpc_composite_channel_credentials::cmp_impl ( const grpc_channel_credentials other) const
inlineoverrideprivatevirtual

Implements grpc_channel_credentials.

Definition at line 82 of file composite_credentials.h.

◆ create_security_connector()

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

Implements grpc_channel_credentials.

Definition at line 147 of file composite_credentials.cc.

◆ duplicate_without_call_credentials()

grpc_core::RefCountedPtr<grpc_channel_credentials> grpc_composite_channel_credentials::duplicate_without_call_credentials ( )
inlineoverridevirtual

Reimplemented from grpc_channel_credentials.

Definition at line 58 of file composite_credentials.h.

◆ inner_creds()

const grpc_channel_credentials* grpc_composite_channel_credentials::inner_creds ( ) const
inline

Definition at line 75 of file composite_credentials.h.

◆ mutable_call_creds()

grpc_call_credentials* grpc_composite_channel_credentials::mutable_call_creds ( )
inline

Definition at line 79 of file composite_credentials.h.

◆ type()

grpc_core::UniqueTypeName grpc_composite_channel_credentials::type ( ) const
overridevirtual

Implements grpc_channel_credentials.

Definition at line 44 of file composite_credentials.cc.

◆ update_arguments()

grpc_core::ChannelArgs grpc_composite_channel_credentials::update_arguments ( grpc_core::ChannelArgs  args)
inlineoverridevirtual

Reimplemented from grpc_channel_credentials.

Definition at line 68 of file composite_credentials.h.

Member Data Documentation

◆ call_creds_

grpc_core::RefCountedPtr<grpc_call_credentials> grpc_composite_channel_credentials::call_creds_
private

Definition at line 90 of file composite_credentials.h.

◆ inner_creds_

grpc_core::RefCountedPtr<grpc_channel_credentials> grpc_composite_channel_credentials::inner_creds_
private

Definition at line 89 of file composite_credentials.h.


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


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