#include <secure_auth_context.h>
◆ SecureAuthContext()
◆ ~SecureAuthContext()
grpc::SecureAuthContext::~SecureAuthContext |
( |
| ) |
|
|
overridedefault |
◆ AddProperty()
void grpc::SecureAuthContext::AddProperty |
( |
const std::string & |
key, |
|
|
const grpc::string_ref & |
value |
|
) |
| |
|
overridevirtual |
◆ begin()
◆ end()
◆ FindPropertyValues()
std::vector< grpc::string_ref > grpc::SecureAuthContext::FindPropertyValues |
( |
const std::string & |
name | ) |
const |
|
overridevirtual |
◆ 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()
std::string grpc::SecureAuthContext::GetPeerIdentityPropertyName |
( |
| ) |
const |
|
overridevirtual |
◆ IsPeerAuthenticated()
bool grpc::SecureAuthContext::IsPeerAuthenticated |
( |
| ) |
const |
|
overridevirtual |
◆ SetPeerIdentityPropertyName()
bool grpc::SecureAuthContext::SetPeerIdentityPropertyName |
( |
const std::string & |
name | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: