#include <tls_security_connector.h>
|
| void | add_handshakers (const grpc_channel_args *args, grpc_pollset_set *interested_parties, HandshakeManager *handshake_mgr) override |
| | Registers handshakers with handshake_mgr. More...
|
| |
| void | cancel_check_peer (grpc_closure *on_peer_checked, grpc_error_handle error) override |
| |
| void | check_peer (tsi_peer peer, grpc_endpoint *ep, RefCountedPtr< grpc_auth_context > *auth_context, grpc_closure *on_peer_checked) override |
| |
| ArenaPromise< absl::Status > | CheckCallHost (absl::string_view host, grpc_auth_context *auth_context) override |
| |
| tsi_ssl_client_handshaker_factory * | ClientHandshakerFactoryForTesting () |
| |
| int | cmp (const grpc_security_connector *other_sc) const override |
| |
| absl::optional< PemKeyCertPairList > | KeyCertPairListForTesting () |
| |
| absl::optional< absl::string_view > | RootCertsForTesting () |
| |
| | TlsChannelSecurityConnector (RefCountedPtr< grpc_channel_credentials > channel_creds, RefCountedPtr< grpc_tls_credentials_options > options, RefCountedPtr< grpc_call_credentials > request_metadata_creds, const char *target_name, const char *overridden_target_name, tsi_ssl_session_cache *ssl_session_cache) |
| |
| | ~TlsChannelSecurityConnector () override |
| |
| const grpc_channel_credentials * | channel_creds () const |
| |
| | grpc_channel_security_connector (absl::string_view url_scheme, grpc_core::RefCountedPtr< grpc_channel_credentials > channel_creds, grpc_core::RefCountedPtr< grpc_call_credentials > request_metadata_creds) |
| |
| grpc_channel_credentials * | mutable_channel_creds () |
| |
| grpc_call_credentials * | mutable_request_metadata_creds () |
| |
| const grpc_call_credentials * | request_metadata_creds () const |
| |
| grpc_core::UniqueTypeName | type () const override |
| |
| | grpc_security_connector (absl::string_view url_scheme) |
| |
| absl::string_view | url_scheme () const |
| |
| RefCounted & | operator= (const RefCounted &)=delete |
| |
| RefCountedPtr< grpc_security_connector > | Ref () GRPC_MUST_USE_RESULT |
| |
| RefCountedPtr< grpc_security_connector > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| |
| | RefCounted (const RefCounted &)=delete |
| |
| RefCountedPtr< grpc_security_connector > | RefIfNonZero () GRPC_MUST_USE_RESULT |
| |
| RefCountedPtr< grpc_security_connector > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| |
| void | Unref () |
| |
| void | Unref (const DebugLocation &location, const char *reason) |
| |
| | ~RefCounted ()=default |
| |
| virtual | ~PolymorphicRefCount ()=default |
| |
Definition at line 56 of file tls_security_connector.h.
◆ TlsChannelSecurityConnector()
◆ ~TlsChannelSecurityConnector()
| grpc_core::TlsChannelSecurityConnector::~TlsChannelSecurityConnector |
( |
| ) |
|
|
override |
◆ ABSL_GUARDED_BY() [1/5]
◆ ABSL_GUARDED_BY() [2/5]
◆ ABSL_GUARDED_BY() [3/5]
◆ ABSL_GUARDED_BY() [4/5]
◆ ABSL_GUARDED_BY() [5/5]
◆ add_handshakers()
◆ cancel_check_peer()
◆ check_peer()
◆ CheckCallHost()
◆ ClientHandshakerFactoryForTesting()
◆ cmp()
◆ CreateTlsChannelSecurityConnector()
◆ KeyCertPairListForTesting()
◆ RootCertsForTesting()
◆ UpdateHandshakerFactoryLocked()
◆ certificate_watcher_
◆ mu_
| Mutex grpc_core::TlsChannelSecurityConnector::mu_ |
|
private |
◆ options_
◆ overridden_target_name_
| std::string grpc_core::TlsChannelSecurityConnector::overridden_target_name_ |
|
private |
◆ target_name_
| std::string grpc_core::TlsChannelSecurityConnector::target_name_ |
|
private |
◆ tls_session_key_logger_
◆ verifier_request_map_mu_
| Mutex grpc_core::TlsChannelSecurityConnector::verifier_request_map_mu_ |
|
private |
The documentation for this class was generated from the following files: