Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
9455a4ec
Commit
9455a4ec
authored
9 years ago
by
Craig Tiller
Browse files
Options
Downloads
Plain Diff
Merge pull request #3229 from dgquintas/auth_dep
Removed grpc_security.h from auth_context.h
parents
bda7b617
328deb28
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/grpc++/security/auth_context.h
+0
-10
0 additions, 10 deletions
include/grpc++/security/auth_context.h
with
0 additions
and
10 deletions
include/grpc++/security/auth_context.h
+
0
−
10
View file @
9455a4ec
...
@@ -37,7 +37,6 @@
...
@@ -37,7 +37,6 @@
#include
<iterator>
#include
<iterator>
#include
<vector>
#include
<vector>
#include
<grpc/grpc_security.h>
#include
<grpc++/support/config.h>
#include
<grpc++/support/config.h>
#include
<grpc++/support/string_ref.h>
#include
<grpc++/support/string_ref.h>
...
@@ -100,15 +99,6 @@ class AuthContext {
...
@@ -100,15 +99,6 @@ class AuthContext {
virtual
AuthPropertyIterator
begin
()
const
=
0
;
virtual
AuthPropertyIterator
begin
()
const
=
0
;
virtual
AuthPropertyIterator
end
()
const
=
0
;
virtual
AuthPropertyIterator
end
()
const
=
0
;
static
string
transport_security_type_property_name
()
{
return
GRPC_TRANSPORT_SECURITY_TYPE_PROPERTY_NAME
;
}
static
string
ssl_transport_security_type
()
{
return
GRPC_SSL_TRANSPORT_SECURITY_TYPE
;
}
static
string
x509_cn_property_name
()
{
return
GRPC_X509_CN_PROPERTY_NAME
;
}
static
string
x509_san_property_name
()
{
return
GRPC_X509_SAN_PROPERTY_NAME
;
}
// Mutation functions: should only be used by an AuthMetadataProcessor.
// Mutation functions: should only be used by an AuthMetadataProcessor.
virtual
void
AddProperty
(
const
grpc
::
string
&
key
,
virtual
void
AddProperty
(
const
grpc
::
string
&
key
,
const
grpc
::
string_ref
&
value
)
=
0
;
const
grpc
::
string_ref
&
value
)
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment