GRPC Core  9.0.0
Public Member Functions
grpc_alts_server_credentials Class Referencefinal

#include <alts_credentials.h>

Public Member Functions

 grpc_alts_server_credentials (const grpc_alts_credentials_options *options, const char *handshaker_service_url)
 
 ~grpc_alts_server_credentials () override
 
grpc_core::RefCountedPtr< grpc_server_security_connectorcreate_security_connector () override
 
const grpc_alts_credentials_optionsoptions () const
 
grpc_alts_credentials_optionsmutable_options ()
 
const char * handshaker_service_url () const
 
- Public Member Functions inherited from grpc_server_credentials
 grpc_server_credentials (const char *type)
 
virtual ~grpc_server_credentials ()
 
const char * type () const
 
const grpc_auth_metadata_processorauth_metadata_processor () const
 
void set_auth_metadata_processor (const grpc_auth_metadata_processor &processor)
 
- Public Member Functions inherited from grpc_core::RefCounted< grpc_server_credentials >
 ~RefCounted ()=default
 
RefCountedPtr< grpc_server_credentialsRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_server_credentialsRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
bool RefIfNonZero ()
 
bool RefIfNonZero (const DebugLocation &location, const char *reason)
 
 RefCounted (const RefCounted &)=delete
 
RefCountedoperator= (const RefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::RefCounted< grpc_server_credentials >
 RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1)
 

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 
)

◆ ~grpc_alts_server_credentials()

grpc_alts_server_credentials::~grpc_alts_server_credentials ( )
override

Member Function Documentation

◆ create_security_connector()

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

◆ handshaker_service_url()

const char* grpc_alts_server_credentials::handshaker_service_url ( ) const
inline

◆ mutable_options()

grpc_alts_credentials_options* grpc_alts_server_credentials::mutable_options ( )
inline

◆ options()

const grpc_alts_credentials_options* grpc_alts_server_credentials::options ( ) const
inline

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