#include <secure_auth_context.h>
◆ SecureAuthContext()
grpc::SecureAuthContext::SecureAuthContext |
( |
grpc_auth_context * |
ctx | ) |
|
|
inlineexplicit |
◆ ~SecureAuthContext()
grpc::SecureAuthContext::~SecureAuthContext |
( |
| ) |
|
|
overridedefault |
◆ AddProperty()
Mutation functions: should only be used by an AuthMetadataProcessor.
Implements grpc::AuthContext.
◆ begin()
◆ end()
◆ FindPropertyValues()
◆ GetPeerIdentity()
std::vector< grpc::string_ref > grpc::SecureAuthContext::GetPeerIdentity |
( |
| ) |
const |
|
overridevirtual |
A peer identity.
It is, in general, comprised of one or more properties (in which case they have the same name).
Implements grpc::AuthContext.
◆ GetPeerIdentityPropertyName()
grpc::string grpc::SecureAuthContext::GetPeerIdentityPropertyName |
( |
| ) |
const |
|
overridevirtual |
◆ IsPeerAuthenticated()
bool grpc::SecureAuthContext::IsPeerAuthenticated |
( |
| ) |
const |
|
overridevirtual |
◆ SetPeerIdentityPropertyName()
bool grpc::SecureAuthContext::SetPeerIdentityPropertyName |
( |
const grpc::string & |
name | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: