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

#include <alts_credentials.h>

Inheritance diagram for grpc_alts_server_credentials:
Inheritance graph
[legend]

Public Member Functions

grpc_core::RefCountedPtr< grpc_server_security_connectorcreate_security_connector (const grpc_channel_args *) override
 
 grpc_alts_server_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_server_credentials () override
 
- Public Member Functions inherited from grpc_server_credentials
const grpc_auth_metadata_processorauth_metadata_processor () const
 
void set_auth_metadata_processor (const grpc_auth_metadata_processor &processor)
 
 ~grpc_server_credentials () override
 
- Public Member Functions inherited from grpc_core::RefCounted< grpc_server_credentials >
RefCountedoperator= (const RefCounted &)=delete
 
RefCountedPtr< grpc_server_credentialsRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_server_credentialsRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedPtr< grpc_server_credentialsRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_server_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 Attributes

char * handshaker_service_url_
 
grpc_alts_credentials_optionsoptions_
 

Additional Inherited Members

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

Detailed Description

Definition at line 65 of file alts_credentials.h.

Constructor & Destructor Documentation

◆ grpc_alts_server_credentials()

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

Definition at line 66 of file alts_credentials.cc.

◆ ~grpc_alts_server_credentials()

grpc_alts_server_credentials::~grpc_alts_server_credentials ( )
override

Definition at line 82 of file alts_credentials.cc.

Member Function Documentation

◆ create_security_connector()

grpc_core::RefCountedPtr< grpc_server_security_connector > grpc_alts_server_credentials::create_security_connector ( const grpc_channel_args )
overridevirtual

Implements grpc_server_credentials.

Definition at line 77 of file alts_credentials.cc.

◆ handshaker_service_url()

const char* grpc_alts_server_credentials::handshaker_service_url ( ) const
inline

Definition at line 78 of file alts_credentials.h.

◆ mutable_options()

grpc_alts_credentials_options* grpc_alts_server_credentials::mutable_options ( )
inline

Definition at line 77 of file alts_credentials.h.

◆ options()

const grpc_alts_credentials_options* grpc_alts_server_credentials::options ( ) const
inline

Definition at line 76 of file alts_credentials.h.

◆ type()

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

Implements grpc_server_credentials.

Definition at line 87 of file alts_credentials.cc.

Member Data Documentation

◆ handshaker_service_url_

char* grpc_alts_server_credentials::handshaker_service_url_
private

Definition at line 82 of file alts_credentials.h.

◆ options_

grpc_alts_credentials_options* grpc_alts_server_credentials::options_
private

Definition at line 81 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:46