|
| | SpiffeChannelSecurityConnector (grpc_core::RefCountedPtr< grpc_channel_credentials > channel_creds, grpc_core::RefCountedPtr< grpc_call_credentials > request_metadata_creds, const char *target_name, const char *overridden_target_name) |
| |
| | ~SpiffeChannelSecurityConnector () override |
| |
| void | add_handshakers (const grpc_channel_args *args, grpc_pollset_set *interested_parties, grpc_core::HandshakeManager *handshake_mgr) override |
| | Registers handshakers with handshake_mgr. More...
|
| |
| void | check_peer (tsi_peer peer, grpc_endpoint *ep, grpc_core::RefCountedPtr< grpc_auth_context > *auth_context, grpc_closure *on_peer_checked) override |
| |
| int | cmp (const grpc_security_connector *other_sc) const override |
| |
| bool | check_call_host (grpc_core::StringView host, grpc_auth_context *auth_context, grpc_closure *on_call_host_checked, grpc_error **error) override |
| | Checks that the host that will be set for a call is acceptable. More...
|
| |
| void | cancel_check_call_host (grpc_closure *on_call_host_checked, grpc_error *error) override |
| | Cancels a pending asynchronous call to grpc_channel_security_connector_check_call_host() with on_call_host_checked as its callback. More...
|
| |
| | grpc_channel_security_connector (const char *url_scheme, grpc_core::RefCountedPtr< grpc_channel_credentials > channel_creds, grpc_core::RefCountedPtr< grpc_call_credentials > request_metadata_creds) |
| |
| | ~grpc_channel_security_connector () override |
| |
| const grpc_channel_credentials * | channel_creds () const |
| |
| grpc_channel_credentials * | mutable_channel_creds () |
| |
| const grpc_call_credentials * | request_metadata_creds () const |
| |
| grpc_call_credentials * | mutable_request_metadata_creds () |
| |
| | grpc_security_connector (const char *url_scheme) |
| |
| virtual | ~grpc_security_connector ()=default |
| |
| const char * | url_scheme () const |
| |
| | ~RefCounted ()=default |
| |
| RefCountedPtr< grpc_security_connector > | Ref () GRPC_MUST_USE_RESULT |
| |
| RefCountedPtr< grpc_security_connector > | Ref (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 |
| |
| RefCounted & | operator= (const RefCounted &)=delete |
| |
| virtual | ~PolymorphicRefCount ()=default |
| |