public interface HttpServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRequest |
getAuthorizationRequest()
Settings used for controlling authorization request metadata.
|
AuthorizationRequestOrBuilder |
getAuthorizationRequestOrBuilder()
Settings used for controlling authorization request metadata.
|
AuthorizationResponse |
getAuthorizationResponse()
Settings used for controlling authorization response metadata.
|
AuthorizationResponseOrBuilder |
getAuthorizationResponseOrBuilder()
Settings used for controlling authorization response metadata.
|
String |
getPathPrefix()
Sets a prefix to the value of authorization request header *Path*.
|
com.google.protobuf.ByteString |
getPathPrefixBytes()
Sets a prefix to the value of authorization request header *Path*.
|
HttpUri |
getServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
|
HttpUriOrBuilder |
getServerUriOrBuilder()
Sets the HTTP server URI which the authorization requests must be sent to.
|
boolean |
hasAuthorizationRequest()
Settings used for controlling authorization request metadata.
|
boolean |
hasAuthorizationResponse()
Settings used for controlling authorization response metadata.
|
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.config.core.v3.HttpUri server_uri = 1;HttpUri getServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
.envoy.config.core.v3.HttpUri server_uri = 1;HttpUriOrBuilder getServerUriOrBuilder()
Sets the HTTP server URI which the authorization requests must be sent to.
.envoy.config.core.v3.HttpUri server_uri = 1;String getPathPrefix()
Sets a prefix to the value of authorization request header *Path*.
string path_prefix = 2;com.google.protobuf.ByteString getPathPrefixBytes()
Sets a prefix to the value of authorization request header *Path*.
string path_prefix = 2;boolean hasAuthorizationRequest()
Settings used for controlling authorization request metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest authorization_request = 7;AuthorizationRequest getAuthorizationRequest()
Settings used for controlling authorization request metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest authorization_request = 7;AuthorizationRequestOrBuilder getAuthorizationRequestOrBuilder()
Settings used for controlling authorization request metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest authorization_request = 7;boolean hasAuthorizationResponse()
Settings used for controlling authorization response metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse authorization_response = 8;AuthorizationResponse getAuthorizationResponse()
Settings used for controlling authorization response metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse authorization_response = 8;AuthorizationResponseOrBuilder getAuthorizationResponseOrBuilder()
Settings used for controlling authorization response metadata.
.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse authorization_response = 8;Copyright © 2018–2021 The Envoy Project. All rights reserved.