GRPC C++  1.30.0
Public Member Functions
grpc_impl::experimental::TlsServerAuthorizationCheckConfig Class Reference

TLS server authorization check config, wraps grps_tls_server_authorization_check_config. More...

#include <tls_credentials_options.h>

Public Member Functions

 TlsServerAuthorizationCheckConfig (std::shared_ptr< TlsServerAuthorizationCheckInterface > server_authorization_check_interface)
 
 ~TlsServerAuthorizationCheckConfig ()
 
int Schedule (TlsServerAuthorizationCheckArg *arg) const
 
void Cancel (TlsServerAuthorizationCheckArg *arg) const
 
grpc_tls_server_authorization_check_configc_config () const
 Returns C struct for the server authorization check config. More...
 

Detailed Description

TLS server authorization check config, wraps grps_tls_server_authorization_check_config.

It is used for experimental purposes for now and it is subject to change.

Constructor & Destructor Documentation

◆ TlsServerAuthorizationCheckConfig()

grpc_impl::experimental::TlsServerAuthorizationCheckConfig::TlsServerAuthorizationCheckConfig ( std::shared_ptr< TlsServerAuthorizationCheckInterface server_authorization_check_interface)

◆ ~TlsServerAuthorizationCheckConfig()

grpc_impl::experimental::TlsServerAuthorizationCheckConfig::~TlsServerAuthorizationCheckConfig ( )

Member Function Documentation

◆ c_config()

grpc_tls_server_authorization_check_config* grpc_impl::experimental::TlsServerAuthorizationCheckConfig::c_config ( ) const
inline

Returns C struct for the server authorization check config.

◆ Cancel()

void grpc_impl::experimental::TlsServerAuthorizationCheckConfig::Cancel ( TlsServerAuthorizationCheckArg arg) const
inline

◆ Schedule()

int grpc_impl::experimental::TlsServerAuthorizationCheckConfig::Schedule ( TlsServerAuthorizationCheckArg arg) const
inline

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