Home
last modified time | relevance | path

Searched refs:SecureAuthContext (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.cc25 SecureAuthContext::SecureAuthContext(grpc_auth_context* ctx, in SecureAuthContext() function in grpc::SecureAuthContext
29 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()
Dsecure_auth_context.h28 class SecureAuthContext final : public AuthContext {
30 SecureAuthContext(grpc_auth_context* ctx, bool take_ownership);
32 ~SecureAuthContext() override;
Dsecure_create_auth_context.cc32 new SecureAuthContext(grpc_call_auth_context(call), true)); in CreateAuthContext()
/external/grpc-grpc/test/cpp/common/
Dsecure_auth_context_test.cc36 SecureAuthContext context(nullptr, true); in TEST_F()
46 SecureAuthContext context(ctx, true); in TEST_F()
64 SecureAuthContext context(ctx, true); in TEST_F()
/external/grpc-grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h33 class SecureAuthContext; variable
53 friend class SecureAuthContext;
/external/grpc-grpc/src/cpp/server/
Dsecure_server_credentials.cc63 SecureAuthContext context(ctx, false); in InvokeProcessor()
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc252 SecureAuthContext cpp_channel_auth_context( in InvokePlugin()