|
| virtual void | add_handshakers (const grpc_channel_args *args, grpc_pollset_set *interested_parties, grpc_core::HandshakeManager *handshake_mgr)=0 |
| | Registers handshakers with handshake_mgr. More...
|
| |
| const grpc_channel_credentials * | channel_creds () const |
| |
| virtual grpc_core::ArenaPromise< absl::Status > | CheckCallHost (absl::string_view host, grpc_auth_context *auth_context)=0 |
| |
| | 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 |
| |
| virtual void | cancel_check_peer (grpc_closure *on_peer_checked, grpc_error_handle error)=0 |
| |
| virtual void | check_peer (tsi_peer peer, grpc_endpoint *ep, grpc_core::RefCountedPtr< grpc_auth_context > *auth_context, grpc_closure *on_peer_checked)=0 |
| |
| virtual int | cmp (const grpc_security_connector *other) const =0 |
| |
| | 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 118 of file security_connector.h.