Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc_alts_credentials Class Referencefinal

#include <alts_credentials.h>

Inheritance diagram for grpc_alts_credentials:
Inheritance graph
[legend]

Public Member Functions

grpc_core::RefCountedPtr< grpc_channel_security_connectorcreate_security_connector (grpc_core::RefCountedPtr< grpc_call_credentials > call_creds, const char *target_name, const grpc_channel_args *args, grpc_channel_args **new_args) override
 
 grpc_alts_credentials (const grpc_alts_credentials_options *options, const char *handshaker_service_url)
 
const char * handshaker_service_url () const
 
grpc_alts_credentials_optionsmutable_options ()
 
const grpc_alts_credentials_optionsoptions () const
 
grpc_core::UniqueTypeName type () const override
 
 ~grpc_alts_credentials () override
 
- 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
 

Private Member Functions

int cmp_impl (const grpc_channel_credentials *other) const override
 

Private Attributes

char * handshaker_service_url_
 
grpc_alts_credentials_optionsoptions_
 

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 35 of file alts_credentials.h.

Constructor & Destructor Documentation

◆ grpc_alts_credentials()

grpc_alts_credentials::grpc_alts_credentials ( const grpc_alts_credentials_options options,
const char *  handshaker_service_url 
)

Definition at line 37 of file alts_credentials.cc.

◆ ~grpc_alts_credentials()

grpc_alts_credentials::~grpc_alts_credentials ( )
override

Definition at line 47 of file alts_credentials.cc.

Member Function Documentation

◆ cmp_impl()

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

Implements grpc_channel_credentials.

Definition at line 54 of file alts_credentials.h.

◆ create_security_connector()

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

Implements grpc_channel_credentials.

Definition at line 53 of file alts_credentials.cc.

◆ handshaker_service_url()

const char* grpc_alts_credentials::handshaker_service_url ( ) const
inline

Definition at line 51 of file alts_credentials.h.

◆ mutable_options()

grpc_alts_credentials_options* grpc_alts_credentials::mutable_options ( )
inline

Definition at line 50 of file alts_credentials.h.

◆ options()

const grpc_alts_credentials_options* grpc_alts_credentials::options ( ) const
inline

Definition at line 49 of file alts_credentials.h.

◆ type()

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

Implements grpc_channel_credentials.

Definition at line 61 of file alts_credentials.cc.

Member Data Documentation

◆ handshaker_service_url_

char* grpc_alts_credentials::handshaker_service_url_
private

Definition at line 61 of file alts_credentials.h.

◆ options_

grpc_alts_credentials_options* grpc_alts_credentials::options_
private

Definition at line 60 of file alts_credentials.h.


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


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