public static interface ExtAuthzOuterClass.HttpServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPathPrefix()
Sets an optional prefix to the value of authorization request header `path`.
|
com.google.protobuf.ByteString |
getPathPrefixBytes()
Sets an optional prefix to the value of authorization request header `path`.
|
String |
getResponseHeadersToRemove(int index)
Sets a list of headers that should be not be sent *from the authorization server* to the
upstream.
|
com.google.protobuf.ByteString |
getResponseHeadersToRemoveBytes(int index)
Sets a list of headers that should be not be sent *from the authorization server* to the
upstream.
|
int |
getResponseHeadersToRemoveCount()
Sets a list of headers that should be not be sent *from the authorization server* to the
upstream.
|
List<String> |
getResponseHeadersToRemoveList()
Sets a list of headers that should be not be sent *from the authorization server* to the
upstream.
|
HttpUriOuterClass.HttpUri |
getServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
|
HttpUriOuterClass.HttpUriOrBuilder |
getServerUriOrBuilder()
Sets the HTTP server URI which the authorization requests must be sent to.
|
boolean |
hasServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
.envoy.api.v2.core.HttpUri server_uri = 1;HttpUriOuterClass.HttpUri getServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
.envoy.api.v2.core.HttpUri server_uri = 1;HttpUriOuterClass.HttpUriOrBuilder getServerUriOrBuilder()
Sets the HTTP server URI which the authorization requests must be sent to.
.envoy.api.v2.core.HttpUri server_uri = 1;String getPathPrefix()
Sets an optional prefix to the value of authorization request header `path`.
string path_prefix = 2;com.google.protobuf.ByteString getPathPrefixBytes()
Sets an optional prefix to the value of authorization request header `path`.
string path_prefix = 2;List<String> getResponseHeadersToRemoveList()
Sets a list of headers that should be not be sent *from the authorization server* to the upstream.
repeated string response_headers_to_remove = 3;int getResponseHeadersToRemoveCount()
Sets a list of headers that should be not be sent *from the authorization server* to the upstream.
repeated string response_headers_to_remove = 3;String getResponseHeadersToRemove(int index)
Sets a list of headers that should be not be sent *from the authorization server* to the upstream.
repeated string response_headers_to_remove = 3;com.google.protobuf.ByteString getResponseHeadersToRemoveBytes(int index)
Sets a list of headers that should be not be sent *from the authorization server* to the upstream.
repeated string response_headers_to_remove = 3;Copyright © 2018 The Envoy Project. All rights reserved.