| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.filter.http.ext_authz.v2 | |
| io.envoyproxy.envoy.service.auth.v2 | |
| io.envoyproxy.envoy.type |
| Modifier and Type | Method and Description |
|---|---|
HttpStatus |
ExtAuthzOrBuilder.getStatusOnError()
Sets the HTTP status that is returned to the client when there is a network error between the
filter and the authorization server.
|
HttpStatus |
ExtAuthz.getStatusOnError()
Sets the HTTP status that is returned to the client when there is a network error between the
filter and the authorization server.
|
HttpStatus |
ExtAuthz.Builder.getStatusOnError()
Sets the HTTP status that is returned to the client when there is a network error between the
filter and the authorization server.
|
| Modifier and Type | Method and Description |
|---|---|
ExtAuthz.Builder |
ExtAuthz.Builder.mergeStatusOnError(HttpStatus value)
Sets the HTTP status that is returned to the client when there is a network error between the
filter and the authorization server.
|
ExtAuthz.Builder |
ExtAuthz.Builder.setStatusOnError(HttpStatus value)
Sets the HTTP status that is returned to the client when there is a network error between the
filter and the authorization server.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatus |
DeniedHttpResponse.getStatus()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
HttpStatus |
DeniedHttpResponse.Builder.getStatus()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
HttpStatus |
DeniedHttpResponseOrBuilder.getStatus()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
| Modifier and Type | Method and Description |
|---|---|
DeniedHttpResponse.Builder |
DeniedHttpResponse.Builder.mergeStatus(HttpStatus value)
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
DeniedHttpResponse.Builder |
DeniedHttpResponse.Builder.setStatus(HttpStatus value)
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatus |
HttpStatus.Builder.build() |
HttpStatus |
HttpStatus.Builder.buildPartial() |
static HttpStatus |
HttpStatus.getDefaultInstance() |
HttpStatus |
HttpStatus.getDefaultInstanceForType() |
HttpStatus |
HttpStatus.Builder.getDefaultInstanceForType() |
static HttpStatus |
HttpStatus.parseDelimitedFrom(InputStream input) |
static HttpStatus |
HttpStatus.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpStatus |
HttpStatus.parseFrom(byte[] data) |
static HttpStatus |
HttpStatus.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpStatus |
HttpStatus.parseFrom(ByteBuffer data) |
static HttpStatus |
HttpStatus.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpStatus |
HttpStatus.parseFrom(com.google.protobuf.ByteString data) |
static HttpStatus |
HttpStatus.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpStatus |
HttpStatus.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpStatus |
HttpStatus.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpStatus |
HttpStatus.parseFrom(InputStream input) |
static HttpStatus |
HttpStatus.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpStatus> |
HttpStatus.getParserForType() |
static com.google.protobuf.Parser<HttpStatus> |
HttpStatus.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpStatus.Builder |
HttpStatus.Builder.mergeFrom(HttpStatus other) |
static HttpStatus.Builder |
HttpStatus.newBuilder(HttpStatus prototype) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.