|
|
@ -43,7 +43,9 @@ class grpc_alts_credentials final : public grpc_channel_credentials { |
|
|
|
grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, |
|
|
|
grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, |
|
|
|
const char* target_name, grpc_core::ChannelArgs* args) override; |
|
|
|
const char* target_name, grpc_core::ChannelArgs* args) override; |
|
|
|
|
|
|
|
|
|
|
|
grpc_core::UniqueTypeName type() const override; |
|
|
|
static grpc_core::UniqueTypeName Type(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
grpc_core::UniqueTypeName type() const override { return Type(); } |
|
|
|
|
|
|
|
|
|
|
|
const grpc_alts_credentials_options* options() const { return options_; } |
|
|
|
const grpc_alts_credentials_options* options() const { return options_; } |
|
|
|
grpc_alts_credentials_options* mutable_options() { return options_; } |
|
|
|
grpc_alts_credentials_options* mutable_options() { return options_; } |
|
|
@ -70,7 +72,9 @@ class grpc_alts_server_credentials final : public grpc_server_credentials { |
|
|
|
grpc_core::RefCountedPtr<grpc_server_security_connector> |
|
|
|
grpc_core::RefCountedPtr<grpc_server_security_connector> |
|
|
|
create_security_connector(const grpc_core::ChannelArgs& /* args */) override; |
|
|
|
create_security_connector(const grpc_core::ChannelArgs& /* args */) override; |
|
|
|
|
|
|
|
|
|
|
|
grpc_core::UniqueTypeName type() const override; |
|
|
|
static grpc_core::UniqueTypeName Type(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
grpc_core::UniqueTypeName type() const override { return Type(); } |
|
|
|
|
|
|
|
|
|
|
|
const grpc_alts_credentials_options* options() const { return options_; } |
|
|
|
const grpc_alts_credentials_options* options() const { return options_; } |
|
|
|
grpc_alts_credentials_options* mutable_options() { return options_; } |
|
|
|
grpc_alts_credentials_options* mutable_options() { return options_; } |
|
|
|