Searched refs:SecureAuthContext (Results 1 – 7 of 7) sorted by relevance
25 SecureAuthContext::SecureAuthContext(grpc_auth_context* ctx, in SecureAuthContext() function in grpc::SecureAuthContext29 SecureAuthContext::~SecureAuthContext() { in ~SecureAuthContext()33 std::vector<grpc::string_ref> SecureAuthContext::GetPeerIdentity() const { in GetPeerIdentity()47 grpc::string SecureAuthContext::GetPeerIdentityPropertyName() const { in GetPeerIdentityPropertyName()55 std::vector<grpc::string_ref> SecureAuthContext::FindPropertyValues( in FindPropertyValues()70 AuthPropertyIterator SecureAuthContext::begin() const { in begin()82 AuthPropertyIterator SecureAuthContext::end() const { in end()86 void SecureAuthContext::AddProperty(const grpc::string& key, in AddProperty()92 bool SecureAuthContext::SetPeerIdentityPropertyName(const grpc::string& name) { in SetPeerIdentityPropertyName()98 bool SecureAuthContext::IsPeerAuthenticated() const { in IsPeerAuthenticated()
28 class SecureAuthContext final : public AuthContext {30 SecureAuthContext(grpc_auth_context* ctx, bool take_ownership);32 ~SecureAuthContext() override;
32 new SecureAuthContext(grpc_call_auth_context(call), true)); in CreateAuthContext()
36 SecureAuthContext context(nullptr, true); in TEST_F()46 SecureAuthContext context(ctx, true); in TEST_F()64 SecureAuthContext context(ctx, true); in TEST_F()
33 class SecureAuthContext; variable53 friend class SecureAuthContext;
63 SecureAuthContext context(ctx, false); in InvokeProcessor()
252 SecureAuthContext cpp_channel_auth_context( in InvokePlugin()