Public Member Functions | Static Public Member Functions | Private Member Functions | List of all members
grpc_channel_credentials Struct Referenceabstract

#include <credentials.h>

Inheritance diagram for grpc_channel_credentials:
Inheritance graph
[legend]

Public Member Functions

int cmp (const grpc_channel_credentials *other) const
 
virtual 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)=0
 
virtual grpc_core::RefCountedPtr< grpc_channel_credentialsduplicate_without_call_credentials ()
 
virtual grpc_core::UniqueTypeName type () const =0
 
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 absl::string_view ChannelArgName ()
 
static int ChannelArgsCompare (const grpc_channel_credentials *args1, const grpc_channel_credentials *args2)
 

Private Member Functions

virtual int cmp_impl (const grpc_channel_credentials *other) const =0
 

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 96 of file src/core/lib/security/credentials/credentials.h.

Member Function Documentation

◆ ChannelArgName()

static absl::string_view grpc_channel_credentials::ChannelArgName ( )
inlinestatic

◆ ChannelArgsCompare()

static int grpc_channel_credentials::ChannelArgsCompare ( const grpc_channel_credentials args1,
const grpc_channel_credentials args2 
)
inlinestatic

◆ cmp()

int grpc_channel_credentials::cmp ( const grpc_channel_credentials other) const
inline

◆ cmp_impl()

virtual int grpc_channel_credentials::cmp_impl ( const grpc_channel_credentials other) const
privatepure virtual

◆ create_security_connector()

virtual grpc_core::RefCountedPtr<grpc_channel_security_connector> grpc_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 
)
pure virtual

◆ duplicate_without_call_credentials()

virtual grpc_core::RefCountedPtr<grpc_channel_credentials> grpc_channel_credentials::duplicate_without_call_credentials ( )
inlinevirtual

◆ type()

virtual grpc_core::UniqueTypeName grpc_channel_credentials::type ( ) const
pure virtual

◆ update_arguments()

virtual grpc_core::ChannelArgs grpc_channel_credentials::update_arguments ( grpc_core::ChannelArgs  args)
inlinevirtual

The documentation for this struct was generated from the following file:


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